Radoslav Husar [
http://community.jboss.org/people/rhusar] created the discussion
"Re: Tool to monitor JBOSS performance and object causing memory leak issue"
To view the discussion, visit:
http://community.jboss.org/message/625289#625289
--------------------------------------------------------------
Hi Jitesh, you need to track down the memory leak asap. Try getting a full heap first, you
can use jmap
jmap -dump:<dump-options> to dump java heap in hprof binary
format
after running for a while and then when memory rises, you take the heap
snapshot again.
Then download it over to your workstation and compare the heaps for isntance with
JProfiler -- now you can easily see what objects are growing.
http://www.ej-technologies.com/products/jprofiler/overview.html?gclid=CKr...
http://www.ej-technologies.com/products/jprofiler/overview.html?gclid=CKr...
| |
HTH
Rado
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/625289#625289]
Start a new discussion in Performance Tuning at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]