Link to home
Start Free TrialLog in
Avatar of WAS
WASFlag for United States of America

asked on

what are the sun jdk gc options

what gc policy runs for websphere application server 6.0 and 6.1 by default, if i want to change the default GC policy, what are the other GC policies available for IBM websphere  JVM running on solaris 10 sparc hardware 440
Avatar of wasadmin11
wasadmin11
Flag of United States of America image

Avatar of WAS

ASKER

my question is
1. if i don't set any GC policy, what is default GC policy ibm jvm runs on solaris 10 OS, if i want to change the default gcpolicy what are the gc policies available, detailed description  of  the those available policies and what are generic jvm args for  each policy

2. can i use two gc policies for one jvm ?

3. In my company we use -XX:+UseConcMarkSweepGC -XX:-ParNewGC as generic jvm args, so useconmarksweep is gc policy ?

4. i thought the only available gc policies are optthruput, optavgpause, gencon, subpool ? where is the conmarksweep ?

5. what is ParNewGC? is it another GC policy

Iam just confused with these values, just want clear out

Thanks in advance for helping me
ASKER CERTIFIED SOLUTION
Avatar of wasadmin11
wasadmin11
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of WAS

ASKER

I need full details of each  GC option available.