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