]> git.openstreetmap.org Git - chef.git/commitdiff
Reduce maximum swap rate on ridgeback
authorTom Hughes <tom@compton.nu>
Tue, 12 Jun 2018 11:49:29 +0000 (12:49 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 12 Jun 2018 11:49:29 +0000 (12:49 +0100)
roles/ridgeback.rb

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