]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
nominatim: location of config file for nominatim-ui has changed
[chef.git] / roles / nominatim.rb
index ac76db74465acce5e16fac01a89f0afd671c5e6d..cb68665420458e7b18f36ca06547f75d55b84268 100644 (file)
@@ -14,19 +14,23 @@ default_attributes(
   },
   :apache => {
     :mpm => "event",
-    :timeout => 60,
+    :timeout => 30,
     :keepalive => false,
     :reqtimeout => true,
     :event => {
-      :server_limit => 32,
-      :max_request_workers => 1600,
+      :server_limit => 100,
+      :max_request_workers => 2400,
       :threads_per_child => 50,
       :min_spare_threads => 125,
-      :max_spare_threads => 925
+      :max_spare_threads => 925,
+      :async_request_worker_factor => 4,
+      :listen_cores_buckets_ratio => 6
     }
   },
-  :apt => {
-    :sources => ["postgresql"]
+  :networking => {
+    :firewall => {
+      :http_rate_limit => "s:2/sec:15"
+    }
   },
   :postgresql => {
     :settings => {
@@ -71,7 +75,7 @@ default_attributes(
     :network_conntrack_max => {
       :comment => "Increase max number of connections tracked",
       :parameters => {
-        "net.netfilter.nf_conntrack_max" => "131072"
+        "net.netfilter.nf_conntrack_max" => "196608"
       }
     }
   }