Skip to content

Instantly share code, notes, and snippets.

@chrisliuqq
Created February 3, 2017 09:15
Show Gist options
  • Save chrisliuqq/96f61b0cf4310f8c237045bdc0d10e2e to your computer and use it in GitHub Desktop.
Save chrisliuqq/96f61b0cf4310f8c237045bdc0d10e2e to your computer and use it in GitHub Desktop.
/usr/local/share/jre1.8.0_121/bin/java -server \
-d64 \
-Xmx14G \
-XX:NewRatio=3 -XX:+UseThreadPriorities \
-XX:SoftRefLRUPolicyMSPerMB=2048 \
-XX:CMSInitiatingOccupancyFraction=90 \
-XX:MaxGCPauseMillis=50 \
-XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSParallelRemarkEnabled \
-XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking \
-XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 \
-oss4M -ss4M -XX:UseSSE=4 -XX:+UseLargePages \
-XX:+UseCompressedOops -XX:+OptimizeStringConcat \
-XX:+UseFastAccessorMethods -XX:+AggressiveOpts \
-jar forge-1.7.10-10.13.4.1614-1.7.10-universal.jar --nogui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment