From: Sarah Hoffmann Date: Tue, 24 Jul 2018 08:26:19 +0000 (+0200) Subject: reduce size of fpm pool on pummelzacken X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/eec77326033764c547e6f836736e421cdff82963 reduce size of fpm pool on pummelzacken --- diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 59853cc0d..9cf7ec326 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -48,6 +48,11 @@ default_attributes( "isearch" => "/ssd/tablespaces/isearch", "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" + }, + :fpm_pools => { + :www => { + :max_children => "50" + } } } )