]> git.openstreetmap.org Git - chef.git/commitdiff
move php-fpm pool def to machine config and increase size
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 28 Feb 2014 20:41:32 +0000 (21:41 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 28 Feb 2014 20:41:32 +0000 (21:41 +0100)
roles/nominatim.rb
roles/poldi.rb

index 8e3ed5d0b29e83cca388398791583fcdfa405286..44ab2415578f7d2f4fd942203dac7c0a6374b6a5 100644 (file)
@@ -59,16 +59,6 @@ default_attributes(
     :database => {
         :cluster => "9.1/main",
         :dbname => "nominatim"
     :database => {
         :cluster => "9.1/main",
         :dbname => "nominatim"
-    },
-    :fpm_pools => {
-        :www => {
-            :pm => "dynamic",
-            :max_children => "50"
-        },
-        :bulk => {
-            :pm => "static",
-            :max_children => "7"
-        }
     }
   }
 )
     }
   }
 )
index 869d4b8befbf74f77db2b83ca20ccabb78ce3c66..484ad9120b859a50e49efc763c25ecb09313c03f 100644 (file)
@@ -60,6 +60,18 @@ default_attributes(
         :effective_cache_size => "48GB"
       }
     }
         :effective_cache_size => "48GB"
       }
     }
+  },
+  :nominatim => {
+    :fpm_pools => {
+        :www => {
+            :pm => "dynamic",
+            :max_children => "80"
+        },
+        :bulk => {
+            :pm => "static",
+            :max_children => "10"
+        }
+    }
   }
 )
 
   }
 )