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
posted on 2017-05-19 12:24 dongruiha 阅读(2092) 评论(0) 编辑 收藏 举报