File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ mysql_read_rnd_buffer_size: "4M"
44
44
mysql_myisam_sort_buffer_size : " 64M"
45
45
mysql_thread_cache_size : " 8"
46
46
mysql_query_cache_size : " 16M"
47
+ mysql_query_cache_limit : " 1M"
47
48
mysql_max_connections : " 151"
48
49
mysql_tmp_table_size : " 16M"
49
50
mysql_max_heap_table_size : " 16M"
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ read_rnd_buffer_size = {{ mysql_read_rnd_buffer_size }}
77
77
myisam_sort_buffer_size = {{ mysql_myisam_sort_buffer_size }}
78
78
thread_cache_size = {{ mysql_thread_cache_size }}
79
79
query_cache_size = {{ mysql_query_cache_size }}
80
+ query_cache_limit = {{ mysql_query_cache_limit }}
80
81
max_connections = {{ mysql_max_connections }}
81
82
tmp_table_size = {{ mysql_tmp_table_size }}
82
83
max_heap_table_size = {{ mysql_max_heap_table_size }}
You can’t perform that action at this time.
0 commit comments