From 90a77224afe738457fbd7d9d68d5d5b9bfb5aca8 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 3 Dec 2016 19:20:35 +0000 Subject: [PATCH 1/1] Tune apache on tile servers --- roles/tile.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/tile.rb b/roles/tile.rb index 20173836d..4d2683af1 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -17,9 +17,9 @@ default_attributes( :server_limit => 60, :max_request_workers => 1200, :threads_per_child => 20, - :min_spare_threads => 30, - :max_spare_threads => 540, - :max_connections_per_child => 100000, + :min_spare_threads => 300, + :max_spare_threads => 1200, + :max_connections_per_child => 0, :async_request_worker_factor => 4 } }, -- 2.43.2