]> git.openstreetmap.org Git - chef.git/commitdiff
reduce size of fpm pool on pummelzacken even more
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 24 Jul 2018 08:55:28 +0000 (10:55 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 24 Jul 2018 08:55:28 +0000 (10:55 +0200)
roles/pummelzacken.rb

index 9cf7ec326f053edb0912ad835f91326c18c14651..6fd7b39bf29d89819b0091677517d32d623f62f5 100644 (file)
@@ -51,7 +51,7 @@ default_attributes(
     },
     :fpm_pools => {
         :www => {
-            :max_children => "50"
+            :max_children => "40"
         }
     }
   }