From 2f0058e19c1a06455482ad5f86803604ebb576a3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 13 Jun 2026 14:37:15 +0100 Subject: [PATCH] Increase apache capacity on tile servers to match wawel --- roles/tile.rb | 4 ++-- roles/wawel.rb | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/roles/tile.rb b/roles/tile.rb index 2897c4b36..cc3f819bf 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -19,8 +19,8 @@ default_attributes( :enable => false }, :event => { - :threads_per_child => 20, - :min_spare_threads => 300, + :threads_per_child => 64, + :min_spare_threads => 512, :max_connections_per_child => 0, :async_request_worker_factor => 40, :listen_cores_buckets_ratio => 8 diff --git a/roles/wawel.rb b/roles/wawel.rb index 5e6201b4f..741626f2b 100644 --- a/roles/wawel.rb +++ b/roles/wawel.rb @@ -16,18 +16,6 @@ default_attributes( } } }, - :apache => { - :event => { - :start_servers => 8, - :threads_per_child => 64, - :min_spare_threads => 512, - :max_spare_threads => 2048, - :max_request_workers => 4096, - :max_connections_per_child => 0, - :async_request_worker_factor => 12, - :listen_cores_buckets_ratio => 8 - } - }, :postgresql => { :settings => { :defaults => { -- 2.47.3