]> 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 504fd6f0d9e00b64dc216786e680357a09ed0ebd..cb68665420458e7b18f36ca06547f75d55b84268 100644 (file)
@@ -18,7 +18,7 @@ default_attributes(
     :keepalive => false,
     :reqtimeout => true,
     :event => {
-      :server_limit => 60,
+      :server_limit => 100,
       :max_request_workers => 2400,
       :threads_per_child => 50,
       :min_spare_threads => 125,
@@ -75,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"
       }
     }
   }