From: Sarah Hoffmann Date: Tue, 24 Jul 2018 08:55:28 +0000 (+0200) Subject: reduce size of fpm pool on pummelzacken even more X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/baa7c85956e3a44eadd704e7208d111e2ebcea38 reduce size of fpm pool on pummelzacken even more --- diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 9cf7ec326..6fd7b39bf 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -51,7 +51,7 @@ default_attributes( }, :fpm_pools => { :www => { - :max_children => "50" + :max_children => "40" } } }