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:
@ -27,4 +27,8 @@ max_connections: 33
|
||||
query_cache_size: 0
|
||||
query_cache_type: 0
|
||||
|
||||
# mysqltuner says we should use larger than 32M on our setup
|
||||
tmp_table_size: 64M
|
||||
max_heap_table_size: 64M
|
||||
|
||||
# vim: set ts=2 sw=2:
|
||||
|
Reference in New Issue
Block a user