]> git.openstreetmap.org Git - chef.git/commitdiff
Reduce cache memory limit on tuatara
authorTom Hughes <tom@compton.nu>
Thu, 23 Jan 2020 10:30:48 +0000 (10:30 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 23 Jan 2020 10:30:48 +0000 (10:30 +0000)
roles/tuatara.rb

index e59df8d4432b164c9f3f58c1230cfe37334564a5..6e908fec72ff3a98d3c789ebdd41ec50b0935bc0 100644 (file)
@@ -27,7 +27,7 @@ default_attributes(
   },
   :squid => {
     :version => 4,
   },
   :squid => {
     :version => 4,
-    :cache_mem => "12288 MB",
+    :cache_mem => "10240 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",
     :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",