]> git.openstreetmap.org Git - chef.git/commitdiff
Increase some tilecaches nginx cache
authorGrant Slater <git@firefishy.com>
Sun, 8 Dec 2019 16:23:16 +0000 (16:23 +0000)
committerGrant Slater <git@firefishy.com>
Sun, 8 Dec 2019 16:23:16 +0000 (16:23 +0000)
roles/cherufe.rb
roles/chrysophylax.rb
roles/gorynych.rb
roles/longma.rb
roles/saphira.rb
roles/stormfly-02.rb
roles/toothless.rb
roles/trogdor.rb

index e10feab2bd9602cfb5bb5a9131d200d750441832..9d905a037b13713efbaf55e54fc2f308abf13463 100644 (file)
@@ -33,7 +33,7 @@ default_attributes(
   :nginx => {
     :cache => {
       :proxy => {
-        :max_size => "4096M"
+        :max_size => "8192M"
       }
     }
   },
index 93c6b21a9bf2f78e7f17aa6f86756ab6ad008d19..0717ab372c627da8ff10c0467674af89107ed6c3 100644 (file)
@@ -35,6 +35,13 @@ default_attributes(
       "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
     ]
   },
+  :nginx => {
+    :cache => {
+      :proxy => {
+        :max_size => "16384M"
+      }
+    }
+  },
   :tilecache => {
     :tile_parent => "zurich.render.openstreetmap.org"
   }
index 8509291362d64461ba6c2facfc1ef1fd3119471c..5a172a5461abc6bc4d8fa1e70406acb980228fc0 100644 (file)
@@ -57,7 +57,8 @@ default_attributes(
   :nginx => {
     :cache => {
       :proxy => {
-        :directory => "/store/nginx-cache/proxy-cache"
+        :directory => "/store/nginx-cache/proxy-cache",
+        :max_size => "32768M"
       }
     }
   },
index 9b8855bff386a1b9491116e616b58adfa6097604..a3502c6df329d9f0852fb6a2ce09b6514aab665e 100644 (file)
@@ -43,7 +43,8 @@ default_attributes(
   :nginx => {
     :cache => {
       :proxy => {
-        :directory => "/store.new-san/nginx-cache/proxy-cache"
+        :directory => "/store.new-san/nginx-cache/proxy-cache",
+        :max_size => "65536M"
       }
     }
   },
index 1c4b9a1b7be0e186936d5d10e74d253b51d1d0b9..18574ba28da15c3a83997a7a7d9b1bc33409168a 100644 (file)
@@ -38,7 +38,7 @@ default_attributes(
   :nginx => {
     :cache => {
       :proxy => {
-        :max_size => "4096M"
+        :max_size => "16384M"
       }
     }
   },
index 25f435735d7c44d34a051c2535aece88061d79b7..25cce34ae4e02fa0394374e6d691cd698e645164 100644 (file)
@@ -31,6 +31,13 @@ default_attributes(
       "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"
   }
index fefc1e484918ec01617222c6839e219d23b0999e..6d4e7e78107680305957f681ebab1db33d4bc9db 100644 (file)
@@ -35,6 +35,13 @@ default_attributes(
       "rock /store/squid/rock-32768 22800 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
     ]
   },
+  :nginx => {
+    :cache => {
+      :proxy => {
+        :max_size => "16384M"
+      }
+    }
+  },
   :tilecache => {
     :tile_parent => "london.render.openstreetmap.org"
   }
index 09dd945763920e86aa680c8a944ddffc4524e488..e1c040b4abb49095eada6cb6d094d3f7530d4401 100644 (file)
@@ -38,6 +38,13 @@ default_attributes(
       "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
     ]
   },
+  :nginx => {
+    :cache => {
+      :proxy => {
+        :max_size => "131072M"
+      }
+    }
+  },
   :tilecache => {
     :tile_parent => "amsterdam.render.openstreetmap.org"
   }