Navigation

    FOG Project

    • Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Tags
    3. sql
    Log in to post

    • P

      MariaDB crashing due to too many connections
      FOG Problems • fog client mariadb sql • • p4cm4n

      10
      0
      Votes
      10
      Posts
      42
      Views

      P

      the below entry, opening max connections for sql - was indeed a fix.
      default is 151, and i now have been a solid 200 connections for a week with no issues.

      in debian 11, i did the following :

      sudo su -
      mysql -D fog
      SET GLOBAL max_connections = 512;

      To make this a permanent solution, refer to the link in the previous post.

    • TCS_Taylor

      Add Menu item/Limit hosts returned in Host Management
      General • menu sql • • TCS_Taylor

      10
      0
      Votes
      10
      Posts
      2111
      Views

      Tom Elliott

      What I like to do is take a current working plugin, make a copy, and adjust for the needs.

    • 1 / 1