X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b..b02b631ee64ff4a5692cf9df29aa0714d430911c:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index fd8295429..e79a7fce2 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", @@ -29,8 +28,11 @@ default_attributes( :autovacuum_max_workers => "1", :max_parallel_workers_per_gather => "0", :maintenance_work_mem => "10GB", - :random_page_cost => "1.5", - :effective_cache_size => "60GB" + :seq_page_cost => "3.0", + :random_page_cost => "3.0", + :effective_cache_size => "60GB", + :wal_level => "minimal", + :max_wal_senders => "0" } } },