X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/14b636b3de647a5742e88cb718a3f9d566437b6a..d5c4929d8366de7aeb0dd18cbc051e53dae1420d:/roles/gorynych.rb diff --git a/roles/gorynych.rb b/roles/gorynych.rb index 517940543..afdb63b44 100644 --- a/roles/gorynych.rb +++ b/roles/gorynych.rb @@ -2,6 +2,9 @@ name "gorynych" description "Master role applied to gorynych" default_attributes( + :hardware => { + :shm_size => "18g" + }, :munin => { :plugins => { :smart_sdc => { @@ -42,8 +45,14 @@ default_attributes( } }, :squid => { - :cache_mem => "5800 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/squid/rock-4096 12800 swap-timeout=200 slot-size=4096 max-size=3996", + "rock /store/squid/rock-8192 16000 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092", + "rock /store/squid/rock-16384 22400 swap-timeout=200 slot-size=16384 min-size=8093 max-size=16284", + "rock /store/squid/rock-32768 22800 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144" + ] }, :tilecache => { :tile_parent => "moscow.render.openstreetmap.org",