Fix mariadb stack status

This commit is contained in:
VirtuBox
2020-11-01 22:34:38 +01:00
parent 870de1e770
commit 0abd5b60c4
2 changed files with 11 additions and 11 deletions

View File

@@ -64,10 +64,10 @@ max_heap_table_size = {{tmp_table_size}}M
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched. On error, make copy and try a repair.
myisam_recover_options = BACKUP
key_buffer_size = 128M
key_buffer_size = 16M
open-files-limit = 500000
table_open_cache = 16000
myisam_sort_buffer_size = 512M
myisam_sort_buffer_size = 128M
concurrent_insert = 2
read_buffer_size = 2M
read_rnd_buffer_size = 1M