GC parameters

B

beneo

1)
can we use them together??
-XX:parallelGCThreads=20 -XX:+UseConcMarkSweepGC


or

-XX:parallelGCThreads=20 -XX:+UseParallelGC


the -XX:parallelGCThreads=20 just can work.

2)
we should use -XX:+UseParallelGC -XX:+UseParallelOldGC to enable
parallel collector and compaction, or just use -XX:+UseParallelOldGC

3)
i have 4 processors, the -XX:+UseConcMarkSweepGC will use the all of
them?

4)
i have 4 processors, the -XX:parallelGCThreads=<N>, the N should 4 or
something?

Edited by: beneo on Aug 26, 2009 8:28 PM
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,997
Messages
2,570,239
Members
46,828
Latest member
LauraCastr

Latest Threads

Top