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
252 stars 26 forks source link

memory limit is wrong in app #255

Closed NextBasket-Petyo closed 6 months ago

NextBasket-Petyo commented 6 months ago

Hello I configured the MySQL memory limit of 26624 via docker environment variable

this seems to be correct in the /opt/releem/releem.conf

# MemoryLimit int `hcl:"memory_limit"`
# Defaults to 0, Mysql memory usage limit.
memory_limit=26624

but in the entry for the server in https://app.releem.com/ I see Memory Limit 9957 MB:

image
drupaladmin commented 6 months ago

@NextBasket-Petyo Thanks for reaching out.

It takes up to 12 hours to update limit in the dashboard and up to 3 days to get first recommendations. we have 2 feature request on that: https://github.com/Releem/mysqlconfigurer/discussions/232 https://github.com/Releem/mysqlconfigurer/discussions/208

If you just added the server, I suggest you to delete server and add new with correct memory limit from the start.

drupaladmin commented 6 months ago

Until we improved that, we've added information to the documentation https://releem.com/docs/getstarted#rec586933587