Releem / mysqlconfigurer

Releem is a simple MySQL tuning tool to improve database performance and reduce servers costs.
https://releem.com
GNU General Public License v3.0
256 stars 27 forks source link

Issue with buffer recommendations on RDS #262

Closed drupaladmin closed 2 months ago

drupaladmin commented 8 months ago

Hi

I was wondering about a recommendation Releem shows: Untitled (1)

Our RDS instance has 4.53 GB freeable memory so increasing this parameter to the suggested value would eat the rest of the memory causing the instance to auto-restart by RDS: Untitled (2)

kochetovd commented 3 months ago

The algorithm for recommending the innodb_buffer_pool_size variable has been changed. Increase of the variable value is performed not more than there is free memory on the server.