From aa62e82ea7fce41ff5e39fe2f6f66afdbb3f2479 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 2 Nov 2020 09:59:42 +0000 Subject: [PATCH] Remove mysql query cache settings for tabaluga --- roles/wiki.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/wiki.rb b/roles/wiki.rb index be9510f70..21f6ea8a4 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -48,8 +48,6 @@ default_attributes( :innodb_buffer_pool_size => "4G", :key_buffer_size => "64M", :max_connections => "200", - :query_cache_size => "256M", - :query_cache_type => "1", :sort_buffer_size => "8M", :tmp_table_size => "128M" } -- 2.43.2