roles/mariadb: Reduce key buffer size
mysqltuner.pl shows currently 6M out of 33M being used.
This commit is contained in:
parent
b8428e67a8
commit
67a18c4f49
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
# default is 128MB but is a waste because it seems only the mysql table uses it
|
||||
key_buffer_size: 32M
|
||||
key_buffer_size: 8M
|
||||
|
||||
# default is 128MB but is a waste because it seems only information_schema uses
|
||||
# AriaDB, see: https://mariadb.com/kb/en/mariadb/aria-system-variables
|
||||
|
Loading…
Reference in New Issue
Block a user