X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b6bfcebb6947656b9be5a4c888df9245bcef8cbe..02660a8f16085b673621fd10def6bb61849828f3:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index c884e2b21..a98fd9f25 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -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" } )