]> git.openstreetmap.org Git - chef.git/commitdiff
Reduce squid memory limit on toothless
authorTom Hughes <tom@compton.nu>
Sat, 19 Oct 2019 16:39:03 +0000 (17:39 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 19 Oct 2019 16:39:03 +0000 (17:39 +0100)
roles/toothless.rb

index 72e4ba877c16cefb686cbe053f731d6b11340286..908807bbe97d7f40f6623425e66edf4077d82963 100644 (file)
@@ -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",