Service Unavailable 503错误,很可能的原因是服务器过载。
错误提示:
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
服务器使用Apache2.4,fpm方式加载PHP,因此排查解决过程如下。
1. 查看PHP-FPM日志
#tail -f /alidata/server/php56/var/log/php-fpm.log
WARNING: [pool www] server reached pm.max_children setting (5), consider raising it
2. 修改PHP-FPM配置
#vi /alidata/server/php56/etc/php-fpm.conf
pm.max_children = 5
修改为
pm.max_children = 100
计算依据参考:https://blog.csdn.net/solmyr_biti/article/details/53955141
pm.max_children = Total RAM dedicated to the web server / Max child process size – in my case it was 85MB
The server has 8GB of RAM, so:
pm.max_children = 6144MB / 85MB = 72
《免责声明》本文由 (一零叁六资源)整理自网络,如转载请注明出处 :http://www.1o36.com
本站发布的内容若侵犯到您的权益,请邮件联系 dxyit888@163.com 删除,我们将及时处理!
==================================================
本站大部分下载资源收集于网络,不保证其完整性以及安全性,请下载后自行测试。
本站资源仅供学习和交流使用,版权归资源原作者所有,请在下载后24小时之内自觉删除。
若作商业用途,请购买正版,由于未及时购买和付费发生的侵权行为,与本站无关。