Mysql Server memory usage optimization - LabCollector

Search Knowledge Base by Keyword

Mysql Server memory usage optimization

You are here:
← All Topics

 

Sometimes, with the new LabCollector server manager version 2.5, mysql server’s RAM increases.

Try adding the following in your my.ini (or my.cnf) file under the [mysqld] part:

table_definition_cache = 400
performance_schema=0

and restart your mysql server.