tags:

views:

79

answers:

3

Can some suggest a good a free memory profiling tool which will show memory being used by each object in the heap separately. We are trying to profile our application and I used jconsole but its gives me total memory usage only. I am using Eclipse and OC4J

+1  A: 

Visual VM

https://visualvm.dev.java.net/

Midhat
A: 

Eclipse Memory Analyzer

matt b
A: 

Not free, but IMHO the best one: http://www.yourkit.com/

Manuel Darveau