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


原文地址:https://www.cnblogs.com/dongruiha/p/6877768.html