MySQL Forums
Forum List  »  General

Re: Memory usage keeps growing after upgrading to mysql 5.7.22
Posted by: james wang
Date: July 19, 2018 04:24AM

please post query result: "show variables like 'thread%'"

and

select event_name,SUM_NUMBER_OF_BYTES_ALLOC from
memory_summary_global_by_event_name
order by SUM_NUMBER_OF_BYTES_ALLOC desc LIMIT 10;

select event_name, SUM_NUMBER_OF_BYTES_ALLOC from
memory_summary_by_thread_by_event_name
order by SUM_NUMBER_OF_BYTES_ALLOC desc limit 20;

Options: ReplyQuote


Subject
Written By
Posted
Re: Memory usage keeps growing after upgrading to mysql 5.7.22
July 19, 2018 04:24AM


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.