X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c389f176ac7a568bedaa7bdd690438b72ecf35bf..ee2f186402b3168305b473b86a738da1a7e45449:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 36811a801..e79a7fce2 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -28,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" } } },