X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b725125af1a56b4dcad5b731d31d5585e3f3be66..6dda13cb4af5b26e536150c4d6885cf5550e98e7:/roles/longma.rb diff --git a/roles/longma.rb b/roles/longma.rb index b67537fa5..da3e92c19 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,