:threads_per_child => 50
}
},
- :apt => {
- :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
- },
:postgresql => {
:settings => {
:defaults => {
"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"
}
)