X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fphp5%2Ffpm%2Fpool.d%2Fagendav%2Fphp-fpm.conf;h=183392bd69fb057d6060a462cc12cbcb99d93bb9;hp=f99a5e96ee3d7a1f782c1ac21d2bb9e1708cd9bb;hb=c97e10b2504a559b023d5b14c46f337f0ee95027;hpb=a5a6e6329b52aff5811314e611b3f6122eb21e5b diff --git a/etc/php5/fpm/pool.d/agendav/php-fpm.conf b/etc/php5/fpm/pool.d/agendav/php-fpm.conf index f99a5e9..183392b 100644 --- a/etc/php5/fpm/pool.d/agendav/php-fpm.conf +++ b/etc/php5/fpm/pool.d/agendav/php-fpm.conf @@ -6,10 +6,10 @@ php_admin_value[extension] = curl.so php_admin_value[extension] = pgsql.so 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