X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fphp5%2Ffpm%2Fpool.d%2Fdavical%2Fphp-fpm.conf;h=752ec8b1b428cde584d370606676d99f98154331;hp=e96e221f89593fc0cfd0f877982c743d0b8e0ab6;hb=c97e10b2504a559b023d5b14c46f337f0ee95027;hpb=a5a6e6329b52aff5811314e611b3f6122eb21e5b diff --git a/etc/php5/fpm/pool.d/davical/php-fpm.conf b/etc/php5/fpm/pool.d/davical/php-fpm.conf index e96e221..752ec8b 100644 --- a/etc/php5/fpm/pool.d/davical/php-fpm.conf +++ b/etc/php5/fpm/pool.d/davical/php-fpm.conf @@ -10,10 +10,10 @@ php_admin_value[register_globals] = 0 php_admin_value[register_globals] = 0 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