From: Sarah Hoffmann Date: Tue, 11 Mar 2014 07:01:08 +0000 (+0100) Subject: reduce fpm pool size on poldi a bit X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/68a7a97c27d04dd01ce9dc8f139da5d58686d40c?hp=de22042d57c146fc2e1f897edcfa9c6a7e3d12ef reduce fpm pool size on poldi a bit --- 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" } } },