mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
add a comment option to another jvm flag that only applies in 7
This commit is contained in:
parent
da433df217
commit
78722a51f7
Binary file not shown.
@ -32,6 +32,9 @@ JAVA_OPTS="$JAVA_OPTS -XX:MaxTenuringThreshold=1"
|
||||
JAVA_OPTS="$JAVA_OPTS -XX:CMSInitiatingOccupancyFraction=75"
|
||||
JAVA_OPTS="$JAVA_OPTS -XX:+UseCMSInitiatingOccupancyOnly"
|
||||
|
||||
# When running under Java 7
|
||||
#JAVA_OPTS="$JAVA_OPTS -XX:+UseCondCardMark"
|
||||
|
||||
# GC logging options -- uncomment to enable
|
||||
# JAVA_OPTS="$JAVA_OPTS -XX:+PrintGCDetails"
|
||||
# JAVA_OPTS="$JAVA_OPTS -XX:+PrintGCTimeStamps"
|
||||
|
Loading…
x
Reference in New Issue
Block a user