X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f749ba6e1a0ab9098f51bd14235dc549fa622135..1874a3b948505eb5ba23d10059597d81937fa94a:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index ac642a758..97bd895f8 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -13,6 +13,9 @@ default_attributes( :apache => { :mpm => "event", :timeout => 60, + :evasive => { + :enable => false + }, :event => { :threads_per_child => 20, :min_spare_threads => 300, @@ -21,15 +24,6 @@ default_attributes( :listen_cores_buckets_ratio => 8 } }, - :munin => { - :plugins => { - :renderd_processed => { - :graph_order => "reqPrio req reqLow dirty reqBulk dropped", - :reqPrio => { :draw => "AREA" }, - :req => { :draw => "STACK" } - } - } - }, :postgresql => { :settings => { :defaults => { @@ -104,7 +98,7 @@ default_attributes( :styles => { :default => { :repository => "https://github.com/gravitystorm/openstreetmap-carto.git", - :revision => "v5.7.0", + :revision => "v5.8.0", :fonts_script => "/srv/tile.openstreetmap.org/styles/default/scripts/get-fonts.sh", :max_zoom => 19 }