TickProfiler icon indicating copy to clipboard operation
TickProfiler copied to clipboard

Garbage Collection Profiling

Open Pinaz993 opened this issue 8 years ago • 1 comments

I am right now having a issue in Age of Engineering that smells like a humongous memory leak. It leads to lag spikes every few seconds that I suspect are GC cleaning up after said memory leak. I'd like to be able to profile GC in order to track down what objects are getting generated so rapidly as to cause such a leak. Please and thank you.

Pinaz993 avatar Sep 17 '17 00:09 Pinaz993

This would be a lot of work to do properly. You'd probably need to start a java agent outside the current process to do it. I'd accept a PR adding this but won't be adding it myself.

Try using jvisualvm.

LunNova avatar Sep 19 '17 11:09 LunNova