X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c4853b35b05738b480880d98d0343ccbb8150a33..bb6a3be37eb6b0de039c6451dcad0fe3bddbf55d:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 9bfcc288d..cb6866542 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" @@ -78,7 +75,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" } } }