Done
Details
Assignee
UnassignedUnassignedReporter
Nickolay IhalainenNickolay Ihalainen(Deactivated)Needs QA
YesNeeds Doc
YesFix versions
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
Nickolay Ihalainen
Nickolay Ihalainen(Deactivated)Needs QA
Yes
Needs Doc
Yes
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created July 1, 2022 at 2:08 PM
Updated February 29, 2024 at 8:12 PM
Resolved January 30, 2023 at 10:05 AM
The advice to use 75% of RAM for InnoDB buffer pool size is not applicable to all databases.
Other cloud solutions, like AWS allows to specify instance memory size as a template parameter in the configuration: {DBInstanceClassMemory*3/4}
https://aws.amazon.com/ru/blogs/database/best-practices-for-configuring-parameters-for-amazon-rds-for-mysql-part-1-parameters-related-to-performance/#:~:text=for%20configuring%20each.-,innodb_buffer_pool_size,-This%20parameter%20decides
Currently the operator can only use 75% by default and a specific value if it's defined in mysql configuration.