]> git.openstreetmap.org Git - chef.git/blobdiff - roles/sarel.rb
Version bump cividiscount
[chef.git] / roles / sarel.rb
index e3f550d9cbf59ce044b4e1af41f8fe5b3f004661..ab1bf393b259706a5a450e7336db8d71a1cb9cfb 100644 (file)
@@ -2,6 +2,14 @@ name "sarel"
 description "Master role applied to sarel"
 
 default_attributes(
+  :apache => {
+    :mpm => "event",
+    :event => {
+      :min_spare_threads => 50,
+      :max_spare_threads => 150,
+      :listen_cores_buckets_ratio => 4
+    }
+  },
   :git => {
     :private_user => "chefrepo",
     :private_group => "chefrepo"