refs #8408 Increase memory tables to 512M

This commit is contained in:
Juan Ferrer 2025-04-09 17:05:00 +00:00
parent ca41e2bfdb
commit 6a2018b8ed
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ table_open_cache = 50000
table_definition_cache = 10000
table_open_cache_instances = 1
key_buffer_size = 256K
max_heap_table_size = 128M
max_heap_table_size = 512M
tmp_table_size = 128M
concurrent_insert = ALWAYS
group_concat_max_len = 10000