This content has been marked as final.
Show 3 replies
-
1. Re: How can i see used memory by object?
jaikiran pai Sep 6, 2009 9:29 AM (in response to Adam Daduev)See the Sun Java specific -XX:+PrintClassHistogram here http://www.jboss.org/community/wiki/OutOfMemoryExceptions
-
2. Re: How can i see used memory by object?
Peter Johnson Sep 6, 2009 4:22 PM (in response to Adam Daduev)JDK 6 comes with VisualVM which will show you heap usage by class. And there are also the jmap and jhat tools that come with the JDK.
-
3. Re: How can i see used memory by object?
Adam Daduev Sep 7, 2009 3:08 PM (in response to Adam Daduev)VisualVM do not show heap usage, because Jboss server is locate remove, and run under Unix.