Skip to content

Commit

Permalink
Increase default InnoDB Buffer Pool size to 1G
Browse files Browse the repository at this point in the history
This still is a reasonably low value, but more practical than the default 128M. It naturally greatly increases RAM usage, but stays reasonable for multi-purpose servers like we use with an absolute minimum of 8G RAM. For comparison: On single-use database servers it's often recommended to reserve 60-80% of total RAM instead.
  • Loading branch information
PhrozenByte committed Jan 22, 2025
1 parent 8d35ab1 commit ac2ffe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/etc/mysql/conf.d/innodb.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[mysqld]
innodb_buffer_pool_size=1G

0 comments on commit ac2ffe8

Please sign in to comment.