]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "reduce fpm pool size on pummelzacken"
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 25 Mar 2015 07:55:46 +0000 (08:55 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 25 Mar 2015 07:55:46 +0000 (08:55 +0100)
This reverts commit 2ddf7d9e9f12126de76fd071c5a9f619e4cab1a1.

roles/pummelzacken.rb

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