Difference between revisions of "Pm.max children"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
[[PHP pm]] ([[pm.]]max_children):  
 
[[PHP pm]] ([[pm.]]max_children):  
 
* <code>[[/etc/php/7.*/fpm/pool.d/www.conf]]</code>
 
* <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 ==
Line 9: Line 14:
 
* <code>[[php -i]]</code>
 
* <code>[[php -i]]</code>
  
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
 
  
 
== See also ==
 
== See also ==

Revision as of 09:56, 2 October 2024

PHP pm (pm.max_children):

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


See also

Advertising: