2 description "Role applied to all tile servers"
9 :members => [:jburgess, :tomh]
18 :max_request_workers => 1200,
19 :threads_per_child => 20,
20 :min_spare_threads => 300,
21 :max_spare_threads => 1200,
22 :max_connections_per_child => 0,
23 :async_request_worker_factor => 4
28 :renderd_processed => {
29 :graph_order => "reqPrio req reqLow dirty reqBulk dropped",
30 :reqPrio => { :draw => "AREA" },
31 :req => { :draw => "STACK" }
38 :temp_buffers => "32MB",
40 :wal_buffers => "1024kB",
41 :wal_writer_delay => "500ms",
42 :commit_delay => "10000",
43 :checkpoint_segments => "60",
44 :max_wal_size => "2880MB",
45 :track_activity_query_size => "16384"
51 :comment => "Increase size of connection queue",
53 "net.core.somaxconn" => 10000
56 :kernel_scheduler_tune => {
57 :comment => "Tune kernel scheduler preempt",
59 "kernel.sched_min_granularity_ns" => 10000000,
60 "kernel.sched_wakeup_granularity_ns" => 15000000
66 :world_boundaries => {
67 :url => "http://planet.openstreetmap.org/historical-shapefiles/world_boundaries-spherical.tgz"
69 :simplified_land_polygons => {
70 :url => "http://data.openstreetmapdata.com/simplified-land-polygons-complete-3857.zip",
73 :admin_boundaries => {
74 :url => "http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip",
75 :directory => "ne_110m_admin_0_boundary_lines_land"
78 :url => "http://data.openstreetmapdata.com/land-polygons-split-3857.zip",
81 :antarctica_icesheet_polygons => {
82 :url => "http://data.openstreetmapdata.com/antarctica-icesheet-polygons-3857.zip",
85 :antarctica_icesheet_outlines => {
86 :url => "http://data.openstreetmapdata.com/antarctica-icesheet-outlines-3857.zip",
92 :repository => "git://github.com/gravitystorm/openstreetmap-carto.git",
93 :revision => "v4.0.0",