1829702 Members
2293 Online
109992 Solutions
New Discussion

Parellel GC in JVM??

 
Vishal Biyani
Advisor

Parellel GC in JVM??

The standerd Sun-JVM provides the option to enable parellel GC (Garbage collection) for applications using multi-processors. Is there any option to enable the same in HPUX-JVM or it is configured by default?
Learning should never stop!
3 REPLIES 3
Arunvijai_4
Honored Contributor

Re: Parellel GC in JVM??

Hi Vishal,

I think you can do it with the help of
-Xverbosegc. Take a look at this link for more details,

http://www.hp.com/products1/unix/java/infolibrary/prog_guide/xverbosegc_5.0.html?jumpid=reg_R1002_USEN

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Arunvijai_4
Honored Contributor

Re: Parellel GC in JVM??

If the above link doesn't help, try this one..

http://www.hp.com/products1/unix/java/infolibrary/prog_guide/hotspot.html?jumpid=reg_R1002_USEN#-XX:+UseParallelGC

It is supported from 1.4

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Antonio Cardoso_1
Trusted Contributor

Re: Parellel GC in JVM??