]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
Make sure tile cookbook only requests the required postgres version
[chef.git] / roles / nominatim.rb
index 50fa0f48447a66ae903032c8f10079e2c6475695..504fd6f0d9e00b64dc216786e680357a09ed0ebd 100644 (file)
@@ -23,12 +23,10 @@ default_attributes(
       :threads_per_child => 50,
       :min_spare_threads => 125,
       :max_spare_threads => 925,
-      :async_request_worker_factor => 4
+      :async_request_worker_factor => 4,
+      :listen_cores_buckets_ratio => 6
     }
   },
-  :apt => {
-    :sources => ["postgresql"]
-  },
   :networking => {
     :firewall => {
       :http_rate_limit => "s:2/sec:15"