X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e947590c6a42789d8a1c240331d85ca637274ed4..d7239900c012c14afb3af416740b161bbdd268af:/roles/cherufe.rb diff --git a/roles/cherufe.rb b/roles/cherufe.rb index 87f6da6f8..9d905a037 100644 --- a/roles/cherufe.rb +++ b/roles/cherufe.rb @@ -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" } } },