MySQL Forums
Forum List  »  Performance

Re: High memory usage on mysql 5.7.18
Posted by: Shrinivasa rao
Date: August 06, 2017 09:57AM

Hello Zubair,

We faced exactly same issue and after 2 months of troubleshooting found that performance_schema is causing high memory usage.

Try disabling performance_schema and monitor memory consumption for few hours.

Add below entry in my.cnf

performance_schema=0

Options: ReplyQuote


Subject
Views
Written By
Posted
5406
July 21, 2017 08:05AM
Re: High memory usage on mysql 5.7.18
1781
August 06, 2017 09:57AM


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.