]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / ridley.rb
index d3ddde39d96ff9b6680ff11d6539ff07f4be38ea..aee7655c99daf98c409cb0ff8be304a376145096 100644 (file)
@@ -5,11 +5,11 @@ 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
+      :start_servers => 12,
+      :server_limit => 48,
+      :min_spare_threads => 25,
+      :max_spare_threads => 75,
+      :max_connections_per_child => 10000
     }
   },
   :bind => {
@@ -49,5 +49,6 @@ run_list(
   "role[donate]",
   "recipe[hot]",
   "recipe[dmca]",
-  "recipe[dhcpd]"
+  "recipe[dhcpd]",
+  "recipe[ideditor]"
 )