From: Tom Hughes Date: Fri, 8 Nov 2019 09:07:01 +0000 (+0000) Subject: Switch jakelong to squid 4 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ed15482ecc1da5defbdced5dec833027edc3386b Switch jakelong to squid 4 --- diff --git a/roles/jakelong.rb b/roles/jakelong.rb index 4eff9e02a..b81000f4a 100644 --- a/roles/jakelong.rb +++ b/roles/jakelong.rb @@ -2,6 +2,9 @@ name "jakelong" description "Master role applied to jakelong" default_attributes( + :hardware => { + :shm_size => "3g" + }, :networking => { :interfaces => { :external_ipv4 => { @@ -23,8 +26,14 @@ default_attributes( } }, :squid => { + :version => 4, :cache_mem => "1024 MB", - :cache_dir => "coss /store/squid/coss-01 24000 block-size=8192 max-size=262144 membufs=30" + :cache_dir => [ + "rock /store/squid/rock-4096 3840 swap-timeout=200 slot-size=4096 max-size=3996", + "rock /store/squid/rock-8192 4800 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092", + "rock /store/squid/rock-16384 6720 swap-timeout=200 slot-size=16384 min-size=8093 max-size=16284", + "rock /store/squid/rock-32768 8640 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144" + ] }, :nginx => { :cache => {