From 1540e436e75d547115870f65b582b78634ededc4 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 20 Jun 2017 10:45:46 +0200 Subject: decrease innodb buffer size, crashed my laptop --- mariadb/performance_tuning.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb/performance_tuning.cnf b/mariadb/performance_tuning.cnf index a3d739c..ec26735 100644 --- a/mariadb/performance_tuning.cnf +++ b/mariadb/performance_tuning.cnf @@ -1,3 +1,3 @@ [mysqld] -innodb_buffer_pool_size = 12G +innodb_buffer_pool_size = 8G innodb_flush_log_at_trx_commit=2 -- cgit v1.3.1