]> git.openstreetmap.org Git - chef.git/commitdiff
Increase cache memory limit on culebre
authorTom Hughes <tom@compton.nu>
Tue, 11 Feb 2020 11:01:14 +0000 (11:01 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 11 Feb 2020 11:01:14 +0000 (11:01 +0000)
roles/culebre.rb

index d758cd2eaf1465f845cfbda8ee93555a5c2224ee..442009794bb3711dd9e24a4aaf04886e619d259f 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to culebre"
 
 default_attributes(
   :hardware => {
 
 default_attributes(
   :hardware => {
-    :shm_size => "14g"
+    :shm_size => "18g"
   },
   :networking => {
     :interfaces => {
   },
   :networking => {
     :interfaces => {
@@ -26,7 +26,7 @@ default_attributes(
   },
   :squid => {
     :version => 4,
   },
   :squid => {
     :version => 4,
-    :cache_mem => "10240 MB",
+    :cache_mem => "16384 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",
     :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",