X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/be363335bf6893d70a2e64cc52dd03bef275f39a..d0661470ef7a5a433d4c56a576a7d0eecf9ad9af:/roles/stormfly-02.rb diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb index d87fa831b..c09c268fb 100644 --- a/roles/stormfly-02.rb +++ b/roles/stormfly-02.rb @@ -3,7 +3,7 @@ description "Master role applied to stormfly-02" default_attributes( :hardware => { - :shm_size => "36g" + :shm_size => "38g" }, :networking => { :interfaces => { @@ -31,9 +31,18 @@ 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 => "65536M" + } + } + }, :tilecache => { :tile_parent => "corvallis.render.openstreetmap.org", - :tile_siblings => [] + :tile_siblings => [ + "stormfly-01.openstreetmap.org" + ] } )