]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Update piwik to 3.14.1
[chef.git] / roles / ridley.rb
index ec985da04a56922af308e3b56770e18e738b8064..136cfd7d04af463512e509076bf3609b9098db67 100644 (file)
@@ -2,6 +2,19 @@ name "ridley"
 description "Master role applied to ridley"
 
 default_attributes(
+  :apache => {
+    :mpm => "event",
+    :event => {
+      :min_spare_threads => 50,
+      :max_spare_threads => 150,
+      :max_connections_per_child => 10000,
+      :async_request_worker_factor => 4,
+      :listen_cores_buckets_ratio => 4
+    }
+  },
+  :bind => {
+    :clients => "ucl"
+  },
   :dhcpd => {
     :first_address => "10.0.15.1",
     :last_address => "10.0.15.254"