PHP-PHP-FPM的max_children一些误区

时间:2017-05-19 12:40:21   收藏:0   阅读:253

转自

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

原文:http://www.cnblogs.com/dongruiha/p/6877768.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!