X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c5547dd0cffc607cd6653f5caefa4e0ea9f7bb06..d0661470ef7a5a433d4c56a576a7d0eecf9ad9af:/roles/longma.rb diff --git a/roles/longma.rb b/roles/longma.rb index 8de62a5d0..a3502c6df 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -7,6 +7,9 @@ default_attributes( :root => "ceasar" } }, + :hardware => { + :shm_size => "20g" + }, :networking => { :interfaces => { :external_ipv4 => { @@ -28,8 +31,22 @@ default_attributes( } }, :squid => { - :cache_mem => "12500 MB", - :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" + :version => 4, + :cache_mem => "16384 MB", + :cache_dir => [ + "rock /store.new-san/squid/rock-4096 20000 swap-timeout=200 slot-size=4096 max-size=3996", + "rock /store.new-san/squid/rock-8192 25000 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092", + "rock /store.new-san/squid/rock-16384 35000 swap-timeout=200 slot-size=16384 min-size=8093 max-size=16284", + "rock /store.new-san/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144" + ] + }, + :nginx => { + :cache => { + :proxy => { + :directory => "/store.new-san/nginx-cache/proxy-cache", + :max_size => "65536M" + } + } }, :tilecache => { :tile_parent => "hsinchu.render.openstreetmap.org"