Closed (fixed)
Project:
simplytest.me
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
3 Jan 2019 at 14:59 UTC
Updated:
17 Jan 2019 at 15:39 UTC
Jump to comment: Most recent
While the worker server has more routine issues and higher load to manage, the web front-end recently went down.
Leaving myself or others a paper trail:
Steps to fix on the webclient container:
1. Restart PHP-FPM: /etc/init.d/php7.0-fpm restart
2. Restart nginx: /etc/init.d/nginx restart
Comments
Comment #3
nerdsteinPHP-FPM crashed again, signifying a larger issue.
Error logs showed that it was continually hitting the threshold for pm.max_children.
The following code was added to
vi /etc/php/7.0/fpm/pool.d/www.confto resolve:PHP-FPM restarted. Thanks to daggerhart for the configs.