]> git.openstreetmap.org Git - chef.git/commitdiff
Reduce squid memory limit on cmok
authorGrant Slater <git@firefishy.com>
Thu, 31 Oct 2019 08:43:19 +0000 (08:43 +0000)
committerGrant Slater <git@firefishy.com>
Thu, 31 Oct 2019 08:43:19 +0000 (08:43 +0000)
roles/cmok.rb

index a876d8604a7f10a4378a981ce9984218794a9a27..94cc7323939d6703c32581f809bdc286735b3631 100644 (file)
@@ -23,7 +23,7 @@ default_attributes(
     }
   },
   :squid => {
     }
   },
   :squid => {
-    :cache_mem => "4096 MB",
+    :cache_mem => "2560 MB",
     :cache_dir => "coss /store/squid/coss-01 80000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
     :cache_dir => "coss /store/squid/coss-01 80000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {