]> git.openstreetmap.org Git - chef.git/blobdiff - roles/sarkany.rb
Reduce cache memory limit on chrysophylax and sarkany
[chef.git] / roles / sarkany.rb
index c6ed707573b6dfda97470109b98ee2b00f6a4147..58f9d4952c01b7910f11c4dd60a3a860d85d847c 100644 (file)
@@ -2,6 +2,9 @@ name "sarkany"
 description "Master role applied to sarkany"
 
 default_attributes(
+  :hardware => {
+    :shm_size => "9g"
+  },
   :networking => {
     :interfaces => {
       :external_ipv4 => {
@@ -23,8 +26,14 @@ default_attributes(
     }
   },
   :squid => {
-    :cache_mem => "5100 MB",
-    :cache_dir => "coss /store/squid/coss-01 80000 block-size=8192 max-size=262144 membufs=80"
+    :version => 4,
+    :cache_mem => "7168 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",
+      "rock /store/squid/rock-16384 22400 swap-timeout=200 slot-size=16384 min-size=8093 max-size=16284",
+      "rock /store/squid/rock-32768 22800 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
+    ]
   },
   :nginx => {
     :cache => {