MySQL Forums
Forum List  »  Performance

Re: High memory usage on mysql 5.6.36-log on linux server
Posted by: Peter Brawley
Date: January 29, 2018 10:38AM

The first priority id to completely stop swapping. It's a performance killer.

Once that's done, and there's more memory available, re key_buffer_size, key_read_requests / key_reads is 2.75 billion to 1. Start by getting it down to 1000:1.

If you can't think of why performance_schema is enabled, disable it.

Options: ReplyQuote




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.