]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
Add info message for taginfo.openstreetmap.org/about.
[chef.git] / roles / nominatim.rb
index 8e3ed5d0b29e83cca388398791583fcdfa405286..39289cab7ae3ad4e5e531de6c28cbc223a445e14 100644 (file)
@@ -18,7 +18,7 @@ default_attributes(
     :keepalive => false,
     :event => {
       :server_limit => 32,
-      :max_clients => 800,
+      :max_clients => 1600,
       :threads_per_child => 50
     }
   },
@@ -59,16 +59,6 @@ default_attributes(
     :database => {
         :cluster => "9.1/main",
         :dbname => "nominatim"
-    },
-    :fpm_pools => {
-        :www => {
-            :pm => "dynamic",
-            :max_children => "50"
-        },
-        :bulk => {
-            :pm => "static",
-            :max_children => "7"
-        }
     }
   }
 )