]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
reduce size of fpm pool on pummelzacken
[chef.git] / roles / pummelzacken.rb
index 59853cc0d26322c1ca7bd343642d90fcd91d1e22..9cf7ec326f053edb0912ad835f91326c18c14651 100644 (file)
@@ -48,6 +48,11 @@ default_attributes(
       "isearch" => "/ssd/tablespaces/isearch",
       "daux" => "/data/tablespaces/daux",
       "iaux" => "/data/tablespaces/iaux"
+    },
+    :fpm_pools => {
+        :www => {
+            :max_children => "50"
+        }
     }
   }
 )