X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ef282832ff69e7a8df5d41f999297b0c84a94328..54817d1f97d837a7b740c805661388a03b8ffe22:/roles/nominatim.rb?ds=inline diff --git a/roles/nominatim.rb b/roles/nominatim.rb index b43ffbc4f..e79a7fce2 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -28,7 +28,8 @@ default_attributes( :autovacuum_max_workers => "1", :max_parallel_workers_per_gather => "0", :maintenance_work_mem => "10GB", - :random_page_cost => "1.5", + :seq_page_cost => "3.0", + :random_page_cost => "3.0", :effective_cache_size => "60GB", :wal_level => "minimal", :max_wal_senders => "0"