From: Sarah Hoffmann Date: Sun, 19 Aug 2018 14:53:30 +0000 (+0200) Subject: put dulcy back into production mode X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/0ae03648e7335f25f454933d34172c6f7a268b3a put dulcy back into production mode --- diff --git a/roles/dulcy.rb b/roles/dulcy.rb index a044b724a..694c84f93 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 => "3" } } }, :nominatim => { - :state => "off", + :state => "standalone", :enable_backup => false, :enable_git_updates => true, :dbadmins => %w[lonvia tomh],