X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d4ef2dc69ac28996893878b90b815e1e5f20fcfd..dbd2040a256027e5212286a190fc38b65cd47c4f:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index 591f31ae2..856fa744e 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,6 +2,14 @@ name "ridley" description "Master role applied to ridley" default_attributes( + :apache => { + :mpm => "event", + :event => { + :min_spare_threads => 50, + :max_spare_threads => 150, + :listen_cores_buckets_ratio => 4 + } + }, :bind => { :clients => "ucl" },