This warning message is related to the Apache web server's PHP-FPM process manager. It indicates that the number of active PHP processes is higher than the number of idle processes, which means that the server is under heavy load.

The suggested solution is to increase the number of PHP-FPM servers, by adjusting the values of pm.start_servers, pm.min_spare_servers, and pm.max_spare_servers in the PHP-FPM configuration file. This will ensure that there are enough idle processes to handle incoming requests, and prevent the server from becoming overloaded.

Alternatively, you can also consider optimizing your website or application to reduce the server load. This can include optimizing code, reducing the number of database queries, and implementing caching mechanisms.

apache WARNING pool www seems busy you may need to increase pmstart_servers or pmminmax_spare_servers spawning 32 children there are 0 idle and 579 total children

原文地址: https://www.cveoy.top/t/topic/bYYc 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录