Increase buffer pool size for MariaDB on Nextcloud

This commit is contained in:
Andreas Zweili 2022-11-12 22:53:15 +01:00
parent c58ba04088
commit a31bfdc6bb
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ in
services.mysql.settings = {
mysqld = {
"innodb_file_per_table" = 1;
innodb_file_per_table = 1;
innodb_buffer_pool_size = "2G";
};
};