How To: Solve PHP-FPM server reached max_children

7 anos atrás
There are many possible reasons why your PHP-FPM would reach the max_children. Most common ones are: A lot of concurrent site visitors Slow execution of the PHP scripts due to server resources or buggy scripts Very low setting of max_children setting in php-fpm config If you have a busy ...