]> git.openstreetmap.org Git - chef.git/commitdiff
reduce fpm pool size on pummelzacken
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 24 Mar 2015 12:34:47 +0000 (13:34 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 24 Mar 2015 12:34:47 +0000 (13:34 +0100)
roles/pummelzacken.rb

index cae7b6562ef225a84e988c6463bde8b836febb3f..a9733375164f26b1c90e57923b721d39f208fcec 100644 (file)
@@ -43,12 +43,12 @@ default_attributes(
       :www => {
         :port => "8000",
         :pm => "dynamic",
-        :max_children => "70"
+        :max_children => "60"
       },
       :bulk => {
         :port => "8001",
         :pm => "static",
-        :max_children => "10"
+        :max_children => "5"
       }
     },
     :tablespaces => {