From: Sarah Hoffmann Date: Sun, 12 Jan 2020 21:40:22 +0000 (+0100) Subject: put dulcy back into production X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a199696bf23e10cc12b3df4537d3bc011df42331 put dulcy back into production --- diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 2f7f8384b..9ba99a7f4 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -35,13 +35,13 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "off", + :fsync => "on", :effective_io_concurrency => "500" } } }, :nominatim => { - :state => "off", + :state => "standalone", :enable_backup => false, :enable_git_updates => true, :dbadmins => %w[lonvia tomh],