]> git.openstreetmap.org Git - chef.git/commitdiff
Reduce cache memory limit on azure
authorTom Hughes <tom@compton.nu>
Thu, 15 Aug 2019 17:52:02 +0000 (18:52 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 15 Aug 2019 17:52:12 +0000 (18:52 +0100)
roles/azure.rb

index 4fe7ff7e08aaa68e60735e4612bcc27fefb36c76..88f52b69af52c97b8e2a469572659fc045634b78 100644 (file)
@@ -27,7 +27,7 @@ default_attributes(
     }
   },
   :squid => {
-    :cache_mem => "7500 MB",
+    :cache_mem => "5500 MB",
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {