From 3905cdd2e100fad794c5bf5580f87f36221c367e Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 6 Nov 2019 23:10:48 +0000 Subject: [PATCH] tile: enable apache ListenCoresBucketsRatio --- roles/tile.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 => { -- 2.43.2