High server load

Kornél Schadl neil at krnl.hu
Mon Jun 13 21:05:34 MSD 2011


try to spawn more php processes and set max requests per process (of
fast cgi) lower and not 0 which means never respawn.

max requests per process (php-fpm.ini) will quit php processes after
serving the given number of requests, so memory leaks are more
supressed.

On Mon, Jun 13, 2011 at 6:55 PM, hlds <nginx-forum at nginx.us> wrote:
> one more thing: If I have such a high server load I usually do a
> php5-fpm and nginx restart. That helps for some hours or days until it
> comes again...
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,206471,206473#msg-206473
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



More information about the nginx mailing list