From 1d5048e8181e3abbbc626e9431cd55cec8dd85a0 Mon Sep 17 00:00:00 2001 From: sambufe Date: Mon, 21 Aug 2017 13:50:19 +0200 Subject: [PATCH] fbb-ws increased php-fpm max children --- customer/fbb-ws/production.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customer/fbb-ws/production.yaml b/customer/fbb-ws/production.yaml index 468a1c5a..11dfdaf5 100644 --- a/customer/fbb-ws/production.yaml +++ b/customer/fbb-ws/production.yaml @@ -80,6 +80,8 @@ infra::profile::apache_php::fpm_pool: webservice: listen_owner: apache listen_group: apache + #wegen db problemen + pm_max_children: 20 cdm-webservice: listen_owner: apache listen_group: apache -- 2.39.5