From: Sarah Hoffmann Date: Thu, 21 Jul 2022 12:22:59 +0000 (+0200) Subject: nominatim: put stormfly-04 back into production X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/ae57666f5310e67f23f11719c748e0817a856270 nominatim: put stormfly-04 back into production --- diff --git a/roles/stormfly-04.rb b/roles/stormfly-04.rb index 13150a950..218717bed 100644 --- a/roles/stormfly-04.rb +++ b/roles/stormfly-04.rb @@ -29,13 +29,13 @@ default_attributes( :settings => { :defaults => { :work_mem => "300MB", - :fsync => "off", + :fsync => "on", :effective_io_concurrency => "100" } } }, :nominatim => { - :state => "off", + :state => "standalone", :dbcluster => "14/main", :postgis => "3", :flatnode_file => "/ssd/nominatim/nodes.store",