From 9aa07a8ed6132f8db3387a2486359e684356ded3 Mon Sep 17 00:00:00 2001 From: Alexandros Ioannides Date: Thu, 28 Dec 2017 18:41:24 +0200 Subject: [PATCH] Update default.tpl --- install/ubuntu/16.04/templates/web/php-fpm/default.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ubuntu/16.04/templates/web/php-fpm/default.tpl b/install/ubuntu/16.04/templates/web/php-fpm/default.tpl index fb0603a79..209e1e437 100644 --- a/install/ubuntu/16.04/templates/web/php-fpm/default.tpl +++ b/install/ubuntu/16.04/templates/web/php-fpm/default.tpl @@ -6,7 +6,7 @@ user = %user% group = %user% pm = ondemand -pm.max_children = 2 +pm.max_children = 4 pm.max_requests = 4000 pm.process_idle_timeout = 10s pm.status_path = /status