X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0be3a0dd15640dc0c11081ef63037c8da8601b07..d1f00bcdca1e465514141d591384d219b81b72b0:/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" } } },