Skip to content

Instantly share code, notes, and snippets.

@ProsperCraft
Last active October 14, 2018 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ProsperCraft/607a24f7a1b3dd486a04f838707e8eeb to your computer and use it in GitHub Desktop.
Save ProsperCraft/607a24f7a1b3dd486a04f838707e8eeb to your computer and use it in GitHub Desktop.
@ECHO OFF
java -Xms6G -Xmx6G -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=15 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=40 -XX:GCPauseIntervalMillis=150 -XX:+AggressiveOpts -XX:+TieredCompilation -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:CompileThreshold=1000 -jar forge-1.12.2-14.23.5.2769-universal.jar nogui
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment