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