X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3ccb78d8431f3a3ee57d7dac493f5b02e2c695a4..2ede7f6e467c5f4263602063621355d922e55acd:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 1d96445e7..75f9a3c69 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -28,12 +28,12 @@ default_attributes( :random_page_cost => "1.5", :effective_cache_size => "60GB", :effective_io_concurrency => "256", - :fsync => "off" + :fsync => "on" } } }, :nominatim => { - :state => "off", + :state => "standalone", :dbadmins => %w[lonvia tomh], :dbcluster => "12/main", :postgis => "2.5", @@ -50,11 +50,6 @@ default_attributes( "isearch" => "/ssd/tablespaces/isearch", "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" - }, - :fpm_pools => { - :www => { - :max_children => "40" - } } } )