warmroast icon indicating copy to clipboard operation
warmroast copied to clipboard

Add heap profiling

Open vemacs opened this issue 11 years ago • 3 comments

Could be useful for diagnosing memory leaks, GC intervals, and such. Just a thought.

vemacs avatar Jun 15 '13 17:06 vemacs

Where do I vote this up? I have exactly these issues. Memory leak, GC firing in shorter and shorter intervals. But it only happens on this one remote server for me, so...

Poppycocks avatar May 30 '14 20:05 Poppycocks

If you want to diagnose memory leak, you can use Eclipse Memory Analyzer, though it requires a lot of unused RAM.

Tracing memory usage is much less straight forward than tracing CPU consumption.

sk89q avatar May 31 '14 17:05 sk89q

If only I could recreate the problem locally, I would.

Still, you're right, I shouldn't be asking for new software when I can run VisualVM remotely. Thank you for the hasty reply!

Poppycocks avatar May 31 '14 21:05 Poppycocks