X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1b37d1344f57550285a0d3617c2fddf9795f01a7..28360d6f39fa7fe8229ed64b4c93d1d0405add47:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 9564e1183..7665045a5 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -14,23 +14,22 @@ default_attributes( }, :apache => { :mpm => "event", - :timeout => 60, + :timeout => 30, :keepalive => false, :reqtimeout => true, :event => { - :server_limit => 32, - :max_request_workers => 1600, + :server_limit => 100, + :max_request_workers => 2400, :threads_per_child => 50, :min_spare_threads => 125, - :max_spare_threads => 925 + :max_spare_threads => 925, + :async_request_worker_factor => 4, + :listen_cores_buckets_ratio => 6 } }, - :apt => { - :sources => ["postgresql"] - }, :networking => { :firewall => { - :http_rate_limit => "s:7/sec:15" + :http_rate_limit => "s:2/sec:15" } }, :postgresql => { @@ -41,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" } @@ -76,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" } } }