X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8cc4794ba46ae2da4634bd6a7608ee9a1cb59203..d7239900c012c14afb3af416740b161bbdd268af:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index bbde4f2e2..f20cf2ec8 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -3,7 +3,7 @@ description "Master role applied to ascalon" default_attributes( :hardware => { - :shm_size => "18g" + :shm_size => "20g" }, :networking => { :interfaces => { @@ -28,11 +28,7 @@ default_attributes( ] }, :tilecache => { - :tile_parent => "montreal.render.openstreetmap.org", - :tile_siblings => [ - "stormfly-02.openstreetmap.org", - "jakelong.openstreetmap.org" - ] + :tile_parent => "montreal.render.openstreetmap.org" } )