]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
reduce fpm pool size on poldi a bit
[chef.git] / roles / poldi.rb
index 3b256d99816622712ff35611b369c19e317406cd..8aefdaf8221669630c9841cef0e595ab6d0083d0 100644 (file)
@@ -65,11 +65,11 @@ default_attributes(
     :fpm_pools => {
         :www => {
             :pm => "dynamic",
-            :max_children => "80"
+            :max_children => "70"
         },
         :bulk => {
             :pm => "static",
-            :max_children => "10"
+            :max_children => "9"
         }
     }
   },