]> git.openstreetmap.org Git - chef.git/blobdiff - roles/cherufe.rb
Resync exim config with upstream default
[chef.git] / roles / cherufe.rb
index 87f6da6f83238602632d2fbd1c8798b95c1c53f9..9d905a037b13713efbaf55e54fc2f308abf13463 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to cherufe"
 
 default_attributes(
   :hardware => {
-    :shm_size => "10g"
+    :shm_size => "12g"
   },
   :networking => {
     :interfaces => {
@@ -33,7 +33,7 @@ default_attributes(
   :nginx => {
     :cache => {
       :proxy => {
-        :max_size => "4096M"
+        :max_size => "8192M"
       }
     }
   },