refs #8408 Increase memory tables to 512M
This commit is contained in:
parent
ca41e2bfdb
commit
6a2018b8ed
|
@ -34,7 +34,7 @@ table_open_cache = 50000
|
||||||
table_definition_cache = 10000
|
table_definition_cache = 10000
|
||||||
table_open_cache_instances = 1
|
table_open_cache_instances = 1
|
||||||
key_buffer_size = 256K
|
key_buffer_size = 256K
|
||||||
max_heap_table_size = 128M
|
max_heap_table_size = 512M
|
||||||
tmp_table_size = 128M
|
tmp_table_size = 128M
|
||||||
concurrent_insert = ALWAYS
|
concurrent_insert = ALWAYS
|
||||||
group_concat_max_len = 10000
|
group_concat_max_len = 10000
|
||||||
|
|
Loading…
Reference in New Issue