Sabtu, 24 Mei 2014

XAMPP mysqld.exe high memory usage

XAMPP mysqld.exe high memory usage

i found recently that mysqld.exe on my XAMPP system is having high memory usage around 450 MB. And it just steadily sit there all the time.
After a brief googling, i found this solution, to set performance_schema = off
inside my.ini (C:\xampp\mysql\bin folder)
Afterwards, the mem usage become around 250 MB.

I dont have time to learn what the actual effect of that setting, so i'll just leave it like that for the sake of convenience