X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/977b102e1bad21e0c1753e5591e88c37f2d9a156..b0e841d7ff50e5c5bea3a3417737c272b09dcd86:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 9bb0a398f..d237bd053 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -27,12 +27,13 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "off" + :effective_io_concurrency => "256", + :fsync => "on" } } }, :nominatim => { - :state => "off", + :state => "standalone", :dbadmins => %w[lonvia tomh], :dbcluster => "12/main", :postgis => "2.5",