Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Clifton Flores   on Aug 09 In Java Category.

  
Question Answered By: John Dia   on Aug 09

Depends on what you mean by handling.

If you want to detect the leak without stopping the application, the Plumbr memory leak detector (www.plumbr.eu) is meant to do precisely that. You can hot-attach it to your application and let it do the magic. In the end you get the line of code where the objects leak and the whole reference stack holding the leaking object.

Share: 

 
 
Didn't find what you were looking for? Find more on How to handle memory leak in Java Or get search suggestion and latest updates.


Tagged: