File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,10 @@ 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"
49
+ mysql_tmp_table_size : " 16M"
50
+ mysql_max_heap_table_size : " 16M"
48
51
49
52
# Other settings.
50
53
mysql_lower_case_table_names : " 0"
Original file line number Diff line number Diff line change @@ -77,7 +77,10 @@ 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 }}
82
+ tmp_table_size = {{ mysql_tmp_table_size }}
83
+ max_heap_table_size = {{ mysql_max_heap_table_size }}
81
84
82
85
# Other settings.
83
86
wait_timeout = {{ mysql_wait_timeout }}
@@ -108,4 +111,3 @@ pid-file = {{ mysql_pid_file }}
108
111
#
109
112
!includedir {{ mysql_config_include_dir }}
110
113
{% endif %}
111
-
You can’t perform that action at this time.
0 commit comments