From 37556c39822d93efe9998cf81a1a84783de3c076 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 10 Sep 2020 01:23:36 +0100 Subject: [PATCH] ridley: tweak apache config to hopefully improve health --- roles/foundation.rb | 4 ---- roles/ridley.rb | 2 ++ 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/roles/foundation.rb b/roles/foundation.rb index 622083164..85efc53f7 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -2,10 +2,6 @@ name "foundation" description "Role applied to all OSMF servers" default_attributes( - :apache => { - :timeout => 60, - :keepalive => false - }, :apt => { :sources => ["passenger"] }, diff --git a/roles/ridley.rb b/roles/ridley.rb index 856fa744e..136cfd7d0 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -7,6 +7,8 @@ default_attributes( :event => { :min_spare_threads => 50, :max_spare_threads => 150, + :max_connections_per_child => 10000, + :async_request_worker_factor => 4, :listen_cores_buckets_ratio => 4 } }, -- 2.39.5