X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0be3a0dd15640dc0c11081ef63037c8da8601b07..2835205c501da417ff80ce4f06dc32d14c8c38bb:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index fd8295429..b43ffbc4f 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -21,7 +21,6 @@ default_attributes( :defaults => { :max_connections => "450", :synchronous_commit => "off", - :checkpoint_segments => "32", :checkpoint_timeout => "10min", :checkpoint_completion_target => "0.9", :jit => "off", @@ -30,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" } } },