From 4823cac779fd084d5776b10ef7b0589dec021526 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 19 Oct 2019 17:39:03 +0100 Subject: [PATCH] Reduce squid memory limit on toothless --- roles/toothless.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/toothless.rb b/roles/toothless.rb index 72e4ba877..908807bbe 100644 --- a/roles/toothless.rb +++ b/roles/toothless.rb @@ -27,7 +27,7 @@ default_attributes( }, :squid => { :version => 4, - :cache_mem => "4096 MB", + :cache_mem => "3584 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", -- 2.43.2