From 0badcb2c497364ea89544e45e6eac7f93fd48ae3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 5 Jun 2018 22:05:44 +0100 Subject: [PATCH] Update odin configuration for squid 3 --- roles/odin.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/odin.rb b/roles/odin.rb index aa5700e32..1968df094 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -30,8 +30,9 @@ default_attributes( } }, :squid => { + :version => "3", :cache_mem => "14000 MB", - :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" + :cache_dir => "rock /store/squid/rock-01 128000 slot-size=4096 max-size=262144" }, :tilecache => { :tile_parent => "aalborg.render.openstreetmap.org", -- 2.43.2