6 Replies Latest reply on Oct 11, 2011 3:06 AM by navnath

    What kind of objects collected by JBoss GC i.e. Younger Generation/Older Generation/ anything else?

    navnath

      Hi There,

       

      I am using JBoss 4.2. My application gives me OutOfMemoryError.

      I have set all required parameters for GC.

      Next, I have check is GC running on JBoss properly or not, but it's working fine.

      Still memory not getting free.

       

      Next, I am using YourKit to monitor memory usage.

      I had started GC from Yourkit, I surprise that 50 MB memory got free.

       

      Now My Q is what king of objects collected by JBoss GC i.e. Younger Generation/Older Generation/ anything else?

      How should I increase GC level of JBoss? (I have already use CMS, parallel parameters in my run.sh)

      Can I configure GC like Yourkit on JBoss?

       

       

      Thanks in advance..