Increase read and sort buffers on nextcloud

This commit is contained in:
Andreas Zweili 2022-11-13 14:20:19 +01:00
parent f41b93b067
commit bce2846c90
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ in
mysqld = {
innodb_file_per_table = 1;
innodb_buffer_pool_size = "2G";
read_rnd_buffer_size = "4M";
sort_buffer_size = "4M";
};
};