]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
Correct archive path
[chef.git] / roles / nominatim.rb
index c884e2b21b37a0a0fe92c5debf99813822a65ff4..a98fd9f25a349ab3975e279a3a0922ec98bb7f99 100644 (file)
@@ -22,9 +22,6 @@ default_attributes(
       :threads_per_child => 50
     }
   },
-  :apt => {
-    :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
-  },
   :postgresql => {
     :settings => {
       :defaults => {
@@ -51,9 +48,16 @@ default_attributes(
         "kernel.sched_min_granularity_ns" => 10000000,
         "kernel.sched_wakeup_granularity_ns" => 15000000
       }
+    },
+    :swappiness => {
+      :comment => "Reduce swap usage",
+      :parameters => {
+        "vm.swappiness" => 10
+      }
     }
   },
   :nominatim => {
+    :enabled => true,
     :repository => "git://git.openstreetmap.org/nominatim.git"
   }
 )