RopeWiki / app

Infrastructure for automated RopeWiki site creation
Apache License 2.0
4 stars 3 forks source link

Tweaks to help troubleshoot php-fpm stalling issue #89

Closed hcooper closed 1 year ago

hcooper commented 1 year ago

These are settings I've already applied in production to help fix the weird php stalling issue, which we have to solve by restarting php-fpm.

emergency_restart_threshold
emergency_restart_interval
process_control_timeout
request_terminate_timeout
process_idle_timeout

It also enabled the mysql slow query log, so we can identify heavy weight queries.