MySQL Forums
Forum List  »  General

Re: Memory usage keeps growing after upgrading to mysql 5.7.22
Posted by: Shane Bester
Date: February 28, 2019 12:33AM

Hello,

Some memory leaks were fixed since 5.7.22. Please try 5.7.25 or newer if possible.

https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-25.html
"A memory leak was caused by GET_LOCK() calls with a zero timeout that failed due to concurrent connections holding the same user-level lock. (Bug #28714367)"

"A query employing a dynamic range and an index merge could use more memory than expected. (Bug #89953, Bug #27659490)"

https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-24.html
"InnoDB: A query interruption during a lock wait caused an error. (Bug #28068293)"

And in 5.7.26 another one is fixed: https://bugs.mysql.com/bug.php?id=90902

Options: ReplyQuote


Subject
Written By
Posted
Re: Memory usage keeps growing after upgrading to mysql 5.7.22
February 28, 2019 12:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.