- :tilecache => {
- :tile_parent => "minsk.render.openstreetmap.org",
- :tile_siblings => [
- "katie.openstreetmap.org",
- "konqi.openstreetmap.org",
- "ridgeback.openstreetmap.org",
- "gorynych.openstreetmap.org"
- ]
+ :sysctl => {
+ :postgres => {
+ :comment => "Increase shared memory for postgres",
+ :parameters => {
+ "kernel.shmmax" => 9 * 1024 * 1024 * 1024,
+ "kernel.shmall" => 9 * 1024 * 1024 * 1024 / 4096
+ }
+ }