From: Tom Hughes Date: Mon, 4 Nov 2019 18:52:50 +0000 (+0000) Subject: Tune cache size on saphira X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/207e653d22850b200e5dd83f2219e0c9021b69dd Tune cache size on saphira --- diff --git a/roles/saphira.rb b/roles/saphira.rb index 7f75a78f6..1d9ae6a73 100644 --- a/roles/saphira.rb +++ b/roles/saphira.rb @@ -3,7 +3,7 @@ description "Master role applied to saphira" default_attributes( :hardware => { - :shm_size => "9g" + :shm_size => "10g" }, :networking => { :interfaces => { @@ -27,7 +27,7 @@ default_attributes( }, :squid => { :version => 4, - :cache_mem => "6144 MB", + :cache_mem => "8192 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",