X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fphp5%2Ffpm%2Fpool.d%2Flhc_www%2Fphp-fpm.conf;h=950657770c29645581417b6f193397de61bec4b7;hp=9f4f8c17d38c197601ca7816e7e33ef3c0aaf555;hb=c97e10b2504a559b023d5b14c46f337f0ee95027;hpb=a5a6e6329b52aff5811314e611b3f6122eb21e5b diff --git a/etc/php5/fpm/pool.d/lhc_www/php-fpm.conf b/etc/php5/fpm/pool.d/lhc_www/php-fpm.conf index 9f4f8c1..9506577 100644 --- a/etc/php5/fpm/pool.d/lhc_www/php-fpm.conf +++ b/etc/php5/fpm/pool.d/lhc_www/php-fpm.conf @@ -1,9 +1,9 @@ pm.max_children = 15 pm.max_requests = 200 -pm.max_spare_servers = 15 -pm.min_spare_servers = 2 +pm.max_spare_servers = 5 +pm.min_spare_servers = 1 pm.process_idle_timeout = 60s -pm.start_servers = 3 +pm.start_servers = 1 request_slowlog_timeout = 5s request_terminate_timeout = 120s rlimit_core = unlimited