X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/977b102e1bad21e0c1753e5591e88c37f2d9a156..326c5812d75aead1235c1df0e33baaf81f9730f8:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 9bb0a398f..97f2af508 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -27,12 +27,19 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "off" + :effective_io_concurrency => "256", + :fsync => "on" } } }, + :apache => { + :event => { + :max_request_workers => 3000, + :threads_per_child => 70 + } + }, :nominatim => { - :state => "off", + :state => "standalone", :dbadmins => %w[lonvia tomh], :dbcluster => "12/main", :postgis => "2.5", @@ -49,11 +56,6 @@ default_attributes( "isearch" => "/ssd/tablespaces/isearch", "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" - }, - :fpm_pools => { - :www => { - :max_children => "40" - } } } )