X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/04075ae665769fe13b97b5586c46ab28a51cc9d3..a6bed63666959418df722b025f2ac4222a144916:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index d237bd053..97f2af508 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -32,6 +32,12 @@ default_attributes( } } }, + :apache => { + :event => { + :max_request_workers => 3000, + :threads_per_child => 70 + } + }, :nominatim => { :state => "standalone", :dbadmins => %w[lonvia tomh], @@ -50,11 +56,6 @@ default_attributes( "isearch" => "/ssd/tablespaces/isearch", "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" - }, - :fpm_pools => { - :www => { - :max_children => "40" - } } } )