From: Tom Hughes Date: Mon, 18 Jul 2022 09:47:32 +0000 (+0100) Subject: Allow some extra apache processes to account for graceful termination X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a73f3c8b5bf30fc55891e5b3df72106499824b9f Allow some extra apache processes to account for graceful termination --- diff --git a/roles/tile.rb b/roles/tile.rb index 1da7726d8..ea8b27daf 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -13,7 +13,7 @@ default_attributes( :mpm => "event", :timeout => 60, :event => { - :server_limit => 60, + :server_limit => 80, :max_request_workers => 1200, :threads_per_child => 20, :min_spare_threads => 300,