X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c4853b35b05738b480880d98d0343ccbb8150a33..3adde3e6260376a79d137ce5cfe74709cb9d68ee:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 9bfcc288d..7665045a5 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -18,7 +18,7 @@ default_attributes( :keepalive => false, :reqtimeout => true, :event => { - :server_limit => 60, + :server_limit => 100, :max_request_workers => 2400, :threads_per_child => 50, :min_spare_threads => 125, @@ -27,9 +27,6 @@ default_attributes( :listen_cores_buckets_ratio => 6 } }, - :apt => { - :sources => ["postgresql"] - }, :networking => { :firewall => { :http_rate_limit => "s:2/sec:15" @@ -43,6 +40,7 @@ default_attributes( :checkpoint_segments => "32", :checkpoint_timeout => "10min", :checkpoint_completion_target => "0.9", + :jit => "off", :shared_buffers => "2GB", :autovacuum_max_workers => "1" } @@ -78,7 +76,7 @@ default_attributes( :network_conntrack_max => { :comment => "Increase max number of connections tracked", :parameters => { - "net.netfilter.nf_conntrack_max" => "131072" + "net.netfilter.nf_conntrack_max" => "196608" } } }