]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
Update IP addresses for shenron
[chef.git] / roles / poldi.rb
index 73fb31c058c6881bc823e5c4218fbb6388a39828..01172686e451cdcbbef179089b6e7a337c15c797 100644 (file)
@@ -32,7 +32,7 @@ default_attributes(
     :md_tune => {
       :comment => "Tune the md sync performance so as not to kill system performance",
       :parameters => {
-        "block/md0/md/sync_speed_min" => "100",
+        "block/md0/md/sync_speed_min" => "1",
         "block/md0/md/sync_speed_max" => "100000"
       }
     }
@@ -74,7 +74,7 @@ default_attributes(
     :fpm_pools => {
         :www => {
             :pm => "dynamic",
-            :max_children => "70"
+            :max_children => "60"
         },
         :bulk => {
             :pm => "static",