]> git.openstreetmap.org Git - chef.git/commitdiff
reduce fpm pool size for nominatim
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 29 Jul 2013 20:53:39 +0000 (22:53 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 29 Jul 2013 20:53:39 +0000 (22:53 +0200)
roles/nominatim.rb

index ccb9cf0d5120b21b68923e1324dcbaf422192098..f2f26683398689fe6d96391db8edcf0463bb1793 100644 (file)
@@ -55,7 +55,7 @@ default_attributes(
     :fpm_pools => {
         :www => {
             :pm => "dynamic",
-            :max_children => "50"
+            :max_children => "30"
         },
         :bulk => {
             :pm => "static",