X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e947590c6a42789d8a1c240331d85ca637274ed4..a73c743450eff5a1ebca006ecf15e7bfeeccacea:/roles/kalessin.rb diff --git a/roles/kalessin.rb b/roles/kalessin.rb index 2ab415ca5..1a094e65e 100644 --- a/roles/kalessin.rb +++ b/roles/kalessin.rb @@ -3,7 +3,7 @@ description "Master role applied to kalessin" default_attributes( :hardware => { - :shm_size => "18g" + :shm_size => "20g" }, :networking => { :interfaces => { @@ -38,6 +38,7 @@ default_attributes( :nginx => { :cache => { :proxy => { + :keys_zone => "proxy_cache_zone:64M", :max_size => "2048M" } } @@ -49,6 +50,5 @@ default_attributes( run_list( "role[ffrl]", - "role[geodns]", "role[tilecache]" )