From: Sarah Hoffmann Date: Sun, 17 Jul 2022 07:58:39 +0000 (+0200) Subject: put longma back into production X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/650df404329760cba69d0bd90cf5c3068da102d5 put longma back into production --- 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,