From: Tom Hughes Date: Thu, 26 Jan 2017 18:31:07 +0000 (+0000) Subject: Tune apache on shenron X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/414079c5747f105c0df41b10757a779485909f09?ds=sidebyside Tune apache on shenron --- diff --git a/roles/shenron.rb b/roles/shenron.rb index 84a38aa06..d6e8ff9c5 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -13,7 +13,8 @@ default_attributes( :apache => { :mpm => "event", :event => { - :max_connections_per_child => 2000 + :min_spare_threads => 50, + :max_spare_threads => 150 } }, :hardware => {