X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/350ff52ca1e437d18691c464476f528c13231bc5..aab322e1d96e07027666b49a7fbf1443a0367eec:/roles/pummelzacken.rb?ds=sidebyside diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 59853cc0d..2280a9472 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 => "40" + } } } )