X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c389f176ac7a568bedaa7bdd690438b72ecf35bf..b9ea56c8f85e93cc5a3abdbf4467c01da820529f:/roles/nominatim.rb 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" } } },