]> git.openstreetmap.org Git - chef.git/commitdiff
Configure swap rate and timeout for rock caches
authorTom Hughes <tom@compton.nu>
Thu, 7 Jun 2018 17:39:13 +0000 (18:39 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 7 Jun 2018 17:39:13 +0000 (18:39 +0100)
roles/odin.rb
roles/ridgeback.rb

index 1968df0945793a2ca3280ba4a372e8e7e9a9797e..89d89d0d946bb9e2b4d3a3b34b4ddb96d2aabe4a 100644 (file)
@@ -32,7 +32,7 @@ default_attributes(
   :squid => {
     :version => "3",
     :cache_mem => "14000 MB",
-    :cache_dir => "rock /store/squid/rock-01 128000 slot-size=4096 max-size=262144"
+    :cache_dir => "rock /store/squid/rock-01 128000 swap-timeout=500 max-swap-rate=150 slot-size=4096 max-size=262144"
   },
   :tilecache => {
     :tile_parent => "aalborg.render.openstreetmap.org",
index 90ae277e165f6240899bacda82b37c082b0ea1d8..bf3a851335b66c7dcb8d91a5a83ef229b3914d6e 100644 (file)
@@ -48,7 +48,7 @@ default_attributes(
   :squid => {
     :version => "3",
     :cache_mem => "5500 MB",
-    :cache_dir => "rock /store/squid/rock-01 128000 slot-size=4096 max-size=262144"
+    :cache_dir => "rock /store/squid/rock-01 128000 swap-timeout=500 max-swap-rate=150 slot-size=4096 max-size=262144"
   },
   :tilecache => {
     :tile_parent => "oslo.render.openstreetmap.org",