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 :max_connections => "250",
39 :temp_buffers => "32MB",
41 :wal_buffers => "1024kB",
42 :wal_writer_delay => "500ms",
43 :commit_delay => "10000",
44 :checkpoint_segments => "60",
45 :max_wal_size => "2880MB",
46 :random_page_cost => "1.1",
47 :track_activity_query_size => "16384",
48 :autovacuum_vacuum_scale_factor => "0.05",
49 :autovacuum_analyze_scale_factor => "0.02"
55 :comment => "Increase size of connection queue",
57 "net.core.somaxconn" => 10000
60 :kernel_scheduler_tune => {
61 :comment => "Tune kernel scheduler preempt",
63 "kernel.sched_min_granularity_ns" => 10000000,
64 "kernel.sched_wakeup_granularity_ns" => 15000000
70 :world_boundaries => {
71 :url => "https://planet.openstreetmap.org/historical-shapefiles/world_boundaries-spherical.tgz"
73 :simplified_land_polygons => {
74 :url => "http://data.openstreetmapdata.com/simplified-land-polygons-complete-3857.zip",
77 :admin_boundaries => {
78 :url => "http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/ne_110m_admin_0_boundary_lines_land.zip",
79 :directory => "ne_110m_admin_0_boundary_lines_land"
82 :url => "http://data.openstreetmapdata.com/land-polygons-split-3857.zip",
85 :antarctica_icesheet_polygons => {
86 :url => "http://data.openstreetmapdata.com/antarctica-icesheet-polygons-3857.zip",
89 :antarctica_icesheet_outlines => {
90 :url => "http://data.openstreetmapdata.com/antarctica-icesheet-outlines-3857.zip",
96 :repository => "git://github.com/gravitystorm/openstreetmap-carto.git",
97 :revision => "v4.19.0",