]> git.openstreetmap.org Git - chef.git/commitdiff
Reduce memory cache size on necrosan
authorTom Hughes <tom@compton.nu>
Sun, 17 Nov 2019 16:02:48 +0000 (16:02 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 17 Nov 2019 16:03:00 +0000 (16:03 +0000)
roles/necrosan.rb

index f7f68df3cf5d0f4358c5162716b26cb8d26db91a..9d86e7d2d168482e0c2889902bf4bbf911732c09 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to necrosan"
 
 default_attributes(
   :hardware => {
-    :shm_size => "14g"
+    :shm_size => "12g"
   },
   :networking => {
     :interfaces => {
@@ -27,7 +27,7 @@ default_attributes(
   },
   :squid => {
     :version => 4,
-    :cache_mem => "12288 MB",
+    :cache_mem => "10240 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",