From 68a7a97c27d04dd01ce9dc8f139da5d58686d40c Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 11 Mar 2014 08:01:08 +0100 Subject: [PATCH 1/1] reduce fpm pool size on poldi a bit --- roles/poldi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/poldi.rb b/roles/poldi.rb index 3b256d998..8aefdaf82 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -65,11 +65,11 @@ default_attributes( :fpm_pools => { :www => { :pm => "dynamic", - :max_children => "80" + :max_children => "70" }, :bulk => { :pm => "static", - :max_children => "10" + :max_children => "9" } } }, -- 2.43.2