X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/29e07b49f54063b73c24ec645f2cda9035846326..a74b0487fe7b9ca6d7220fa2d31bb188e10aa838:/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" - } } } )