X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/874fb8745063242272f3bcccc6de9829f2336583..dbce62cd3d8659e1ae1fa7524bcc5b1e43062816:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index b3f864c6a..c6f34b1cb 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -32,13 +32,13 @@ default_attributes( :settings => { :defaults => { :work_mem => "240MB", - :fsync => "on", + :fsync => "off", :effective_io_concurrency => "500" } } }, :nominatim => { - :state => "standalone", + :state => "off", :dbcluster => "14/main", :postgis => "3", :flatnode_file => "/ssd/nominatim/nodes.store", @@ -48,5 +48,5 @@ default_attributes( run_list( "role[equinix-ams]", - "role[nominatim]" + "role[nominatim-v4]" )