- :postgresql => {
- :settings => {
- :defaults => {
- :shared_buffers => "64GB",
- :work_mem => "64MB",
- :maintenance_work_mem => "1GB",
- :effective_cache_size => "180GB"
- }
- }
- },
- :sysctl => {
- :postgres => {
- :comment => "Increase shared memory for postgres",
- :parameters => {
- "kernel.shmmax" => 66 * 1024 * 1024 * 1024,
- "kernel.shmall" => 66 * 1024 * 1024 * 1024 / 4096
- }
- }
+ :tilecache => {
+ :tile_parent => "sweden.render.openstreetmap.org",
+ :tile_siblings => [
+ "nidhogg.openstreetmap.org",
+ "ridgeback.openstreetmap.org",
+ "rimfaxe.openstreetmap.org",
+ "trogdor.openstreetmap.org"
+ ]