Php7: php-fpm seems busy prompt

[13-Nov-2018 11:45:04] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/ma x_spare_servers), spawning 8 children, there are 4 idle, and 17 total children

the current configuration is
pm.max_children = 100
pm.start_servers = 8
pm.min_spare_servers = 8
pm.max_spare_servers = 10


this can not reply you, you need to provide your server configuration (cpu and memory)
dynamic or static configuration for php-fpm
the configuration parameters here are related to all of this.

Menu