From ccceab5c2b5f4b6f635b6e679570f44d54399fbb Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 5 Jun 2017 14:45:33 +0200 Subject: increase mariadb performance --- mariadb/performance_tuning.cnf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mariadb/performance_tuning.cnf (limited to 'mariadb') diff --git a/mariadb/performance_tuning.cnf b/mariadb/performance_tuning.cnf new file mode 100644 index 0000000..a3d739c --- /dev/null +++ b/mariadb/performance_tuning.cnf @@ -0,0 +1,3 @@ +[mysqld] +innodb_buffer_pool_size = 12G +innodb_flush_log_at_trx_commit=2 -- cgit v1.3.1