Add some recommended performance settings
closes systemausfall.org/systemausfall.org#76
This commit is contained in:
parent
473ea5ceec
commit
0eb0f907dc
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ munin_sql_password: "{{ lookup('ansible.builtin.password', '/tmp/{{ inventory_ho
|
|||
mysql_socket: /run/mysqld/mysqld.sock
|
||||
|
||||
mysqld:
|
||||
innodb_log_buffer_size: 4M
|
||||
innodb_log_file_size: 256M
|
||||
slow_query_log: 1
|
||||
slowlog_query_log_file: /var/log/mysql/mariadb-slow.logA
|
||||
slowlog_query_time: 10
|
||||
|
|
Loading…
Add table
Reference in a new issue