PHP-PHP-FPM的max_children一些误区
Posted dongruiha
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP-PHP-FPM的max_children一些误区相关的知识,希望对你有一定的参考价值。
转自
http://www.cnblogs.com/JohnABC/p/6230262.html
502排查:
1.FastCGI 进程数是否够用
2.nginx等待php执行时间
fastcgi_connect_timeout 0;
fastcgi_send_timeout 0;
fastcgi_read_timeout 0;
3.php内存限制
memory_limit
以上是关于PHP-PHP-FPM的max_children一些误区的主要内容,如果未能解决你的问题,请参考以下文章
PHP-FPM 的“活动进程”能否大于“max_children”
server reached pm.max_children setting , consider raising it