]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Switch ridley to apache mpm event
[chef.git] / roles / ridley.rb
index 591f31ae2fd00fb7936f73a35e5b84313c03cb93..856fa744e295679c9d6477ea5aa6c06292ab7241 100644 (file)
@@ -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"
   },