X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bbd5408eea96c6d3176090779dfe195c5ab195e6..76157b584c57d86aa2fb79ee2101dde544f2c7a5:/roles/chrysophylax.rb diff --git a/roles/chrysophylax.rb b/roles/chrysophylax.rb index db509a876..ce4b9be22 100644 --- a/roles/chrysophylax.rb +++ b/roles/chrysophylax.rb @@ -3,7 +3,7 @@ description "Master role applied to chrysophylax" default_attributes( :hardware => { - :shm_size => "12g" + :shm_size => "14g" }, :networking => { :interfaces => { @@ -35,13 +35,15 @@ default_attributes( "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144" ] }, + :nginx => { + :cache => { + :proxy => { + :max_size => "16384M" + } + } + }, :tilecache => { - :tile_parent => "zurich.render.openstreetmap.org", - :tile_siblings => [ - "noomoahk.openstreetmap.org", - "ladon.openstreetmap.org", - "culebre.openstreetmap.org" - ] + :tile_parent => "zurich.render.openstreetmap.org" } )