:keepalive => false,
:event => {
:server_limit => 32,
- :max_clients => 800,
+ :max_clients => 1600,
:threads_per_child => 50
}
},
- :apt => {
- :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
- },
:postgresql => {
- :versions => [ "9.1" ],
:settings => {
:defaults => {
:max_connections => "450",
}
},
:nominatim => {
- :repository => "git://git.openstreetmap.org/nominatim.git",
- :database => {
- :cluster => "9.1/main",
- :dbname => "nominatim"
- }
+ :repository => "git://git.openstreetmap.org/nominatim.git"
}
)