php-fpm

Filed under WEB-DEV-LOG
Tagged as

time out problems kept brining down the site. Playing with settings fixed it.

/usr/local/etc/php-fpm.conf

<value name=”max_requests”>0</value>

fixed it but now memory leaks are a problem

<value name=”max_requests”>1000</value>

seems to work now to see for how long.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*