MySQL Memory Usage – Is 18-25% Normal for 2GB RAM?

debuggingmemoryMySQLmysql-8.0

I have MySQL 8 in my Server with Ram of 2GB. And MySQL is always using 18-25% of Ram even when everything is off. Is it normal? If not then plz let me know how to debug it. enter image description here

Best Answer

It's normal. Memory usage is determined by various configuration parameters, some of which are shared (e.g. innodb_buffer_pool_size), while others are per thread.