Difference between revisions of "Pm.max children"
Jump to navigation
Jump to search
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | [[PHP pm]]: <code>[[/etc/php/7.*/fpm/pool.d/www.conf]]</code> | + | [[PHP pm]] ([[pm.]]max_children): |
+ | * <code>[[/etc/php/7.*/fpm/pool.d/www.conf]]</code> | ||
+ | |||
+ | == Errors == | ||
+ | zcat -f [[/var/log/php*]] | grep max_children | ||
+ | [04-Jul-2021 12:48:53] [[WARNING]]: [pool www] server reached [[pm.max_children]] setting (5), consider raising it | ||
+ | [02-Oct-2024 06:25:29] WARNING: [pool www] seems busy (you may need to increase [[pm.start_servers]], or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 31 total children | ||
== Related == | == Related == | ||
* [[PHP pm]] | * [[PHP pm]] | ||
− | + | * <code>[[pm.process_idle_timeout]]</code> | |
− | + | * <code>[[php -i]]</code> | |
− | + | * <code>[[systemctl restart php* && systemctl status php*]]</code> | |
− | |||
== See also == | == See also == |
Latest revision as of 10:07, 2 October 2024
Errors[edit]
zcat -f /var/log/php* | grep max_children [04-Jul-2021 12:48:53] WARNING: [pool www] server reached pm.max_children setting (5), consider raising it [02-Oct-2024 06:25:29] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 31 total children
Related[edit]
See also[edit]
- PHP-fpm,
/etc/php/7.*/fpm/pool.d/, pm., pm.max_children
- PHP,
php-fpm, www.conf
,php -i
, PHP sessions, symfony,fastcgi_pass
,sessionclean (shell script)
,phpsessionclean.service (systemd service),phpquery
,php.ini
,/var/log/php*
, PECL,php --help
, PHPUnit, Laravel, PHP framework, Composer,phpbrew, Xdebug, php --version
, PHP Fatal error, Hello, World! (php)]
Advertising: