X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b725125af1a56b4dcad5b731d31d5585e3f3be66..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/longma.rb diff --git a/roles/longma.rb b/roles/longma.rb index b67537fa5..f8ff9cd87 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -36,13 +36,13 @@ default_attributes( :defaults => { :max_connections => "550", :work_mem => "240MB", - :fsync => "off", + :fsync => "on", :effective_io_concurrency => "500" } } }, :nominatim => { - :state => "off", + :state => "standalone", :dbcluster => "14/main", :postgis => "3", :enable_qa_tiles => true, @@ -58,5 +58,5 @@ default_attributes( run_list( "role[equinix-dub]", - "role[nominatim-v4]" + "role[nominatim]" )