]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-02.rb
Increase some tilecaches nginx cache
[chef.git] / roles / stormfly-02.rb
index cad6745f5a16f9671ba3a7ee25e9f1dadc1bf2d2..25cce34ae4e02fa0394374e6d691cd698e645164 100644 (file)
@@ -2,6 +2,9 @@ name "stormfly-02"
 description "Master role applied to stormfly-02"
 
 default_attributes(
+  :hardware => {
+    :shm_size => "38g"
+  },
   :networking => {
     :interfaces => {
       :external_ipv4 => {
@@ -19,16 +22,24 @@ default_attributes(
     }
   },
   :squid => {
-    :cache_mem => "21000 MB",
-    :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
+    :version => 4,
+    :cache_mem => "32768 MB",
+    :cache_dir => [
+      "rock /store/squid/rock-4096 20000 swap-timeout=200 slot-size=4096 max-size=3996",
+      "rock /store/squid/rock-8192 25000 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092",
+      "rock /store/squid/rock-16384 35000 swap-timeout=200 slot-size=16384 min-size=8093 max-size=16284",
+      "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
+    ]
+  },
+  :nginx => {
+    :cache => {
+      :proxy => {
+        :max_size => "65536M"
+      }
+    }
   },
   :tilecache => {
-    :tile_parent => "corvallis.render.openstreetmap.org",
-    :tile_siblings => [
-      "ascalon.openstreetmap.org",
-      "jakelong.openstreetmap.org",
-      "lurien.openstreetmap.org"
-    ]
+    :tile_parent => "corvallis.render.openstreetmap.org"
   }
 )