From ef282832ff69e7a8df5d41f999297b0c84a94328 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 27 Jan 2023 09:52:48 +0100 Subject: [PATCH] nominatim: default to wal level to minimal --- roles/nominatim.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 36811a801..b43ffbc4f 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -29,7 +29,9 @@ default_attributes( :max_parallel_workers_per_gather => "0", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", - :effective_cache_size => "60GB" + :effective_cache_size => "60GB", + :wal_level => "minimal", + :max_wal_senders => "0" } } }, -- 2.43.2