[jboss-user] [Performance Tuning] - Re: Full Garbage Collection every few seconds – GC frees very little memory (JBoss 4.2.3 with JDK 1.5.0 64-bit)
Jimy Liu
do-not-reply at jboss.com
Thu Nov 25 00:15:23 EST 2010
Jimy Liu [http://community.jboss.org/people/jimyliu] created the discussion
"Re: Full Garbage Collection every few seconds – GC frees very little memory (JBoss 4.2.3 with JDK 1.5.0 64-bit)"
To view the discussion, visit: http://community.jboss.org/message/572937#572937
--------------------------------------------------------------
Some possibilities:
- Maybe there is memory leak in your application. Since you are using 64 bit JVM, you can increase the heap size to 4G or even 6G to see if heap usage keeps increasing.
- If heap usage is stabilized at some point (ex: 3GB), then you use 4G heap size and avoid full GC.
- If heap usage keep increasing, then several memory heap dump and analyze if there is any leak
- Of course, you can also dump the memory and investigate if you can reduce the memory footprint in the application code. This takes more time than just increases the heap size.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/572937#572937]
Start a new discussion in Performance Tuning at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101125/e94e7a80/attachment.html
More information about the jboss-user
mailing list