Want more timely Centmin Mod News Updates?
Become a Member

WARNING: [pool www] seems busy

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by pamamolf, Nov 20, 2014.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    6:29 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hi
    Checking on the logs i can see this:

    Code:
    WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 6 idle, and 64 total children
    Is confusing me on what to increase exactly:

    Code:
    pm = dynamic
    pm.max_children = 80
    ; Default Value: min_spare_servers + (max_spare_servers - min_spare_servers) / 2
    pm.start_servers = 10
    pm.min_spare_servers = 10
    pm.max_spare_servers = 50
    pm.max_requests = 9000
    What do you recommend me?

    Thanks

     
  2. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    11:29 PM
    Mainline
    10.2
    Your server specs?
    And forum activity?
    How many user's online at a time?
     
  3. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    6:29 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    3400 users per 20 minutes
    IPB forum
    server:
    Code:
    http://www.ovh.ie/dedicated_servers/enterprise/2014-SP-128.xml
     
  4. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    6:29 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    The problem starts when the Google and Baidu crawlers are hit the forum and when i run mysqldump for backup the database :(