]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
Version bump cividiscount
[chef.git] / roles / nominatim.rb
index 9bfcc288d2dad4112584498adc1870ee03812d8e..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,
@@ -27,9 +27,6 @@ default_attributes(
       :listen_cores_buckets_ratio => 6
     }
   },
-  :apt => {
-    :sources => ["postgresql"]
-  },
   :networking => {
     :firewall => {
       :http_rate_limit => "s:2/sec:15"
@@ -78,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"
       }
     }
   }