From f6f2f9e52a1f7c2c13027779da1a3b7f49ff2763 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 15 Jul 2022 21:57:07 +0200 Subject: [PATCH] put dulcy back into production --- roles/dulcy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/dulcy.rb b/roles/dulcy.rb index c6f34b1cb..00592b8c8 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -32,13 +32,13 @@ default_attributes( :settings => { :defaults => { :work_mem => "240MB", - :fsync => "off", + :fsync => "on", :effective_io_concurrency => "500" } } }, :nominatim => { - :state => "off", + :state => "standalone", :dbcluster => "14/main", :postgis => "3", :flatnode_file => "/ssd/nominatim/nodes.store", -- 2.39.5