X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2bdabd94d2080c7320c2716fc34db32bba8358cb..543f913c543baaaf5bda0946ef574b393bf5306c:/roles/komodo.rb diff --git a/roles/komodo.rb b/roles/komodo.rb index 004ce50a8..a83641b96 100644 --- a/roles/komodo.rb +++ b/roles/komodo.rb @@ -15,7 +15,7 @@ default_attributes( } }, :squid => { - :cache_mem => "12500 MB", + :cache_mem => "1500 MB", :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" }, :tilecache => { @@ -27,7 +27,5 @@ default_attributes( ) run_list( - "role[g5solutions]", - "role[geodns]", - "role[tilecache]" + "role[g5solutions]" )