X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ec0f5d5dc7af30acfc7351595a21aa9fcc977c5b..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 50fa0f484..cb6866542 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -18,17 +18,15 @@ 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, :max_spare_threads => 925, - :async_request_worker_factor => 4 + :async_request_worker_factor => 4, + :listen_cores_buckets_ratio => 6 } }, - :apt => { - :sources => ["postgresql"] - }, :networking => { :firewall => { :http_rate_limit => "s:2/sec:15" @@ -77,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" } } }