3 Answers
- Newest
- Most votes
- Most comments
0
We are having the same problem with Aurora 3.01.0 (MySQL 8.0) cluster. The Freeable Memory of the writer instance is gradually dropping until the culster fails over to the reader instance.
answered 4 years ago
-1
Aurora MySQL database engine update version 3.01.1 has fixes for these issues, please use version 3.01.1 or higher: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.3011.html
Relevant content
- asked 4 years ago

Hello, do you have any solution for this issue? I am experiencing the same problem. I am currently using Aurora MySQL version 3.04.0, and I have adjusted parameters such as max connections and innodb_buffer_pool_size to stable ranges. However, the freeable memory still does not recover, and it seems like OOM (Out of Memory) occurs. I am using 128GB of memory, and it seems that MySQL does not release the memory once allocated by the threads, continuously using the freeable memory. Eventually, when the memory is exhausted, it starts using swap memory, leading to a restart.
Would upgrading to version 3.04.3 resolve this issue?