]> git.openstreetmap.org Git - chef.git/commitdiff
Correct memory limit for tuatara
authorTom Hughes <tom@compton.nu>
Tue, 26 Feb 2019 11:43:09 +0000 (11:43 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 26 Feb 2019 11:43:21 +0000 (11:43 +0000)
roles/tuatara.rb

index ee4f3f6542dce43cf84c75e106f5a4b2e6c90e21..e371e73d301cc31843781ea6df1e02759068185e 100644 (file)
@@ -15,7 +15,7 @@ default_attributes(
     }
   },
   :squid => {
-    :cache_mem => "75000 MB",
+    :cache_mem => "7500 MB",
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {