X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bed7db240ce3f7e9dcd7c3532f3a0e5a0afdf015..dc7c507259804d72756728eb28fadd84adb87ff6:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 6cb803482..a0b0e4a23 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -22,6 +22,15 @@ default_attributes( :max_requests_per_child => 100000 } }, + :munin => { + :plugins => { + :renderd_processed => { + :graph_order => "reqPrio req reqLow dirty reqBulk dropped", + :reqPrio => { :draw => "AREA" }, + :req => { :draw => "STACK" } + } + } + }, :postgresql => { :settings => { :defaults => { @@ -30,7 +39,8 @@ default_attributes( :wal_buffers => "1024kB", :wal_writer_delay => "500ms", :commit_delay => "10000", - :checkpoint_segments => "60" + :checkpoint_segments => "60", + :max_wal_size => "2880MB" } } }, @@ -78,7 +88,7 @@ default_attributes( :styles => { :default => { :repository => "git://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v2.38.0", + :revision => "v2.43.0", :max_zoom => 19 } }