]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
tile: Kernel CPU scheduler preempt tuning
[chef.git] / roles / poldi.rb
index 869d4b8befbf74f77db2b83ca20ccabb78ce3c66..484ad9120b859a50e49efc763c25ecb09313c03f 100644 (file)
@@ -60,6 +60,18 @@ default_attributes(
         :effective_cache_size => "48GB"
       }
     }
+  },
+  :nominatim => {
+    :fpm_pools => {
+        :www => {
+            :pm => "dynamic",
+            :max_children => "80"
+        },
+        :bulk => {
+            :pm => "static",
+            :max_children => "10"
+        }
+    }
   }
 )