From: Grant Slater Date: Wed, 6 Nov 2019 23:10:48 +0000 (+0000) Subject: tile: enable apache ListenCoresBucketsRatio X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3905cdd2e100fad794c5bf5580f87f36221c367e?hp=f329f0fc992390d347e8a503f1c1e9ce4ab4c474 tile: enable apache ListenCoresBucketsRatio --- diff --git a/roles/tile.rb b/roles/tile.rb index 407d7991f..96b4b048e 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -20,7 +20,8 @@ default_attributes( :min_spare_threads => 300, :max_spare_threads => 1200, :max_connections_per_child => 0, - :async_request_worker_factor => 4 + :async_request_worker_factor => 4, + :listen_cores_buckets_ratio => 6 } }, :munin => {