:threads_per_child => 50
}
},
- :apt => {
- :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
- },
:postgresql => {
- :versions => [ "9.1" ],
:settings => {
:defaults => {
:max_connections => "450",
"kernel.sched_min_granularity_ns" => 10000000,
"kernel.sched_wakeup_granularity_ns" => 15000000
}
+ },
+ :swappiness => {
+ :comment => "Reduce swap usage",
+ :parameters => {
+ "vm.swappiness" => 10
+ }
}
},
:nominatim => {
- :repository => "git://git.openstreetmap.org/nominatim.git",
- :database => {
- :cluster => "9.1/main",
- :dbname => "nominatim"
- }
+ :enabled => true,
+ :repository => "git://git.openstreetmap.org/nominatim.git"
}
)