From: Grant Slater Date: Wed, 15 Jan 2020 13:34:18 +0000 (+0000) Subject: Lower squid memory on boitata X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/999531eb57292ca7413e6234d614e4a8ac6fac01 Lower squid memory on boitata --- diff --git a/roles/boitata.rb b/roles/boitata.rb index 7b095610f..87c0d5ed4 100644 --- a/roles/boitata.rb +++ b/roles/boitata.rb @@ -3,7 +3,7 @@ description "Master role applied to boitata" default_attributes( :hardware => { - :shm_size => "14g" + :shm_size => "11g" }, :networking => { :interfaces => { @@ -27,7 +27,7 @@ default_attributes( }, :squid => { :version => 4, - :cache_mem => "10240 MB", + :cache_mem => "8192 MB", :cache_dir => [ "rock /store/squid/rock-4096 20000 swap-timeout=200 slot-size=4096 max-size=3996", "rock /store/squid/rock-8192 25000 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092",