Host/Process-list/Auto-refresh/Set interval/30s (say)
Will run:
"SHOW FULL PROCESSLIST" every 30s.
Every time that command gets run, it eats away memory.
If I leave that for a while, my computer will eventually run out of memory.
If I run that command in the query browser I see my system memory drop also.
Just a note that I'm running a huge data import with the command line in the background. Where the imported sql is coming from sql files of varying sizes of KBs ~ GBs.
Just thought I post here first before craeting a bug report.