Fix comment about ParallelGCThreads

patch by zznate; reviewed by pauloricardomg for CASSANDRA-10702
This commit is contained in:
Sylvain Lebresne 2015-11-20 13:19:46 +01:00
parent 0c04a6bc5b
commit 039ff1f883
1 changed files with 5 additions and 2 deletions

View File

@ -85,9 +85,12 @@
# until the heap is 70% full. The default in Hotspot 8u40 is 40%.
#-XX:InitiatingHeapOccupancyPercent=70
# The JVM maximum is 8 PGC threads and 1/4 of that for ConcGC.
# Machines with > 10 cores may need additional threads. Increase to <= full cores.
# For systems with > 8 cores, the default ParallelGCThreads is 5/8 the number of logical cores.
# Otherwise equal to the number of cores when 8 or less.
# Machines with > 10 cores should try setting these to <= full cores.
#-XX:ParallelGCThreads=16
# By default, ConcGCThreads is 1/4 of ParallelGCThreads.
# Setting both to the same value can reduce STW durations.
#-XX:ConcGCThreads=16
### GC logging options -- uncomment to enable