From: Sarah Hoffmann Date: Fri, 3 Apr 2020 15:41:36 +0000 (+0200) Subject: pummelzacken: increase fpm processes X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/bbbf2a808b97ff1fb2d3fc75d1efc4cb2ba53487?hp=02da6798cc587e0d33b2f6b1a7d80f9de50ae8f2 pummelzacken: increase fpm processes Use the default again. --- diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index d237bd053..75f9a3c69 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -50,11 +50,6 @@ default_attributes( "isearch" => "/ssd/tablespaces/isearch", "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" - }, - :fpm_pools => { - :www => { - :max_children => "40" - } } } )