From: Sarah Hoffmann Date: Tue, 24 Mar 2015 12:34:47 +0000 (+0100) Subject: reduce fpm pool size on pummelzacken X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2ddf7d9e9f12126de76fd071c5a9f619e4cab1a1 reduce fpm pool size on pummelzacken --- diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index cae7b6562..a97333751 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -43,12 +43,12 @@ default_attributes( :www => { :port => "8000", :pm => "dynamic", - :max_children => "70" + :max_children => "60" }, :bulk => { :port => "8001", :pm => "static", - :max_children => "10" + :max_children => "5" } }, :tablespaces => {