roles/mariadb: Tweak temp table size
mysqltuner.pl said: When making adjustments, make tmp_table_size/max_heap_table_size equal
This commit is contained in:
@ -57,8 +57,8 @@ max_allowed_packet = 16M
|
||||
thread_cache_size = 128
|
||||
sort_buffer_size = 4M
|
||||
bulk_insert_buffer_size = 16M
|
||||
tmp_table_size = 32M
|
||||
max_heap_table_size = 32M
|
||||
tmp_table_size = {{ tmp_table_size }}
|
||||
max_heap_table_size = {{ max_heap_table_size }}
|
||||
#
|
||||
# * MyISAM
|
||||
#
|
||||
|
Reference in New Issue
Block a user