Merge pull request #686 from drscream/fix/expired-jdk-options

Remove deprectated JAVA_ARGS
pull/689/head
Michael Christen 2 weeks ago committed by GitHub
commit 972e086410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -177,9 +177,6 @@ then
# JAVA_ARGS="$JAVA_ARGS -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC"
elif [ $OS = "SunOS" ]
then
# the UseConcMarkSweepGC option caused a full CPU usage - bug on Darwin.
# It was reported that the same option causes good performance on solaris.
JAVA_ARGS="$JAVA_ARGS -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode"
ENABLEHUGEPAGES=1
fi

Loading…
Cancel
Save