Skip to content

Instantly share code, notes, and snippets.

@lyoungblood
Created July 20, 2021 23:21
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 lyoungblood/421f23c2f5e9ac8ac8e9807bb01f7863 to your computer and use it in GitHub Desktop.
Save lyoungblood/421f23c2f5e9ac8ac8e9807bb01f7863 to your computer and use it in GitHub Desktop.
Minecraft Java JVM Settings for All the Mods 6

-d64 -server -XX:+AggressiveOpts -XX:ParallelGCThreads=3 -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3 -Dfml.readTimeout=90 -Ddeployment.trace=true -Ddeployment.log=true -Ddeployment.trace.level=all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment