Answer the question
In order to leave comments, you need to log in
Why do mysql processes take up a lot of RAM in idle time in my case?
Only 2G of RAM and almost everything is always busy. Even when no one is online
Answer the question
In order to leave comments, you need to log in
View Mysql server settings, options *size=, for example myisam_sort_buffer_size
Mysql reserves space in memory during use, and if the space has been allocated, this memory is not returned back (so as not to waste CPU time on clearing and then re-allocation).
Memory can hang in idle time.
You can compare the used memory immediately after restarting mysql, and after performing any operations
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question