]> git.openstreetmap.org Git - chef.git/commitdiff
Reduce memory cache size on sarkany
authorTom Hughes <tom@compton.nu>
Fri, 15 Nov 2019 09:36:21 +0000 (09:36 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 15 Nov 2019 09:36:21 +0000 (09:36 +0000)
roles/sarkany.rb

index 93d42ed88666bdacb0722927b5133bc6e2ea9be8..6cd1424f73c25cc4f22a71bc32882ec91aee397b 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to sarkany"
 
 default_attributes(
   :hardware => {
-    :shm_size => "9g"
+    :shm_size => "8g"
   },
   :networking => {
     :interfaces => {
@@ -27,7 +27,7 @@ default_attributes(
   },
   :squid => {
     :version => 4,
-    :cache_mem => "7168 MB",
+    :cache_mem => "6144 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",