]> git.openstreetmap.org Git - chef.git/commitdiff
Update squid memory limit on nadder-01/02
authorGrant Slater <git@firefishy.com>
Thu, 1 Aug 2013 09:13:13 +0000 (10:13 +0100)
committerGrant Slater <git@firefishy.com>
Thu, 1 Aug 2013 09:13:13 +0000 (10:13 +0100)
roles/nadder-01.rb
roles/nadder-02.rb

index 62e23b6dd7ecf3a81e7c1605bc3985df52100c80..1e75f0d8a2dd000b9433135e96c2df743127daaa 100644 (file)
@@ -15,7 +15,7 @@ default_attributes(
     }
   },
   :squid => {
-    :cache_mem => "5500 MB",
+    :cache_mem => "1500 MB",
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   }
 )
index 606a399b1aaed53f3d2d93561decd262f73abc75..b0905825622b82d2f1e686f8a2de6e67fb3a602e 100644 (file)
@@ -15,7 +15,7 @@ default_attributes(
     }
   },
   :squid => {
-    :cache_mem => "5500 MB",
+    :cache_mem => "1500 MB",
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   }
 )