]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
further reduce fpm pool for nominatim
[chef.git] / roles / nominatim.rb
index f2f26683398689fe6d96391db8edcf0463bb1793..d640ec5f05b8305b11574bd0a9b60b4a3e7caf45 100644 (file)
@@ -55,7 +55,7 @@ default_attributes(
     :fpm_pools => {
         :www => {
             :pm => "dynamic",
-            :max_children => "30"
+            :max_children => "25"
         },
         :bulk => {
             :pm => "static",