From: Sarah Hoffmann Date: Fri, 27 Jan 2023 08:52:48 +0000 (+0100) Subject: nominatim: default to wal level to minimal X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/ef282832ff69e7a8df5d41f999297b0c84a94328 nominatim: default to wal level to minimal --- 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" } } },