X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/37556c39822d93efe9998cf81a1a84783de3c076..d544597a84d545711f90b687d924e010254aebc5:/roles/foundation.rb diff --git a/roles/foundation.rb b/roles/foundation.rb index 85efc53f7..466e575f1 100644 --- a/roles/foundation.rb +++ b/roles/foundation.rb @@ -6,7 +6,7 @@ default_attributes( :sources => ["passenger"] }, :elasticsearch => { - :version => "5.x", + :version => "6.x", :cluster => { :name => "foundation" } @@ -22,8 +22,6 @@ default_attributes( :innodb_buffer_pool_size => "512M", :key_buffer_size => "64M", :max_connections => "200", - :query_cache_size => "48M", - :query_cache_type => "1", :sort_buffer_size => "8M", :tmp_table_size => "48M" }