]> git.openstreetmap.org Git - chef.git/commitdiff
Reduce memory cache limit on noomoahk
authorTom Hughes <tom@compton.nu>
Fri, 3 Jan 2020 13:36:06 +0000 (13:36 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 3 Jan 2020 13:37:03 +0000 (13:37 +0000)
roles/noomoahk.rb

index a22e80589cc658362a0c00c6b325ce7eed05f06b..a659b58b724fe2671aeefb4543e7ab7d3f94e8cf 100644 (file)
@@ -27,7 +27,7 @@ default_attributes(
   },
   :squid => {
     :version => 4,
   },
   :squid => {
     :version => 4,
-    :cache_mem => "4096 MB",
+    :cache_mem => "3072 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",
     :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",