Skip to content

Instantly share code, notes, and snippets.

@gdevdeiv
Last active May 26, 2017 19:02
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 gdevdeiv/19516b3f8e10c80a72e313242c52809a to your computer and use it in GitHub Desktop.
Save gdevdeiv/19516b3f8e10c80a72e313242c52809a to your computer and use it in GitHub Desktop.
FTB 1.10.2 JVM argumens for Garbage Collector issue
-Xms8192m
-Xmn768m
-XX:PermSize=512m
-XX:+DisableExplicitGC
-XX:+UseConcMarkSweepGC
-XX:+UseParNewGC
-XX:+UseNUMA
-XX:+CMSParallelRemarkEnabled
-XX:MaxTenuringThreshold=15
-XX:MaxGCPauseMillis=30
-XX:GCPauseIntervalMillis=150
-XX:+UseAdaptiveGCBoundary
-XX:-UseGCOverheadLimit
-XX:+UseBiasedLocking
-XX:SurvivorRatio=8
-XX:TargetSurvivorRatio=90
-XX:MaxTenuringThreshold=15
-XX:+UseFastAccessorMethods
-XX:+UseCompressedOops
-XX:+OptimizeStringConcat
-XX:+AggressiveOpts
-XX:ReservedCodeCacheSize=2048m
-XX:+UseCodeCacheFlushing
-XX:SoftRefLRUPolicyMSPerMB=10000
-XX:ParallelGCThreads=4
-Dminecraft.applet.TargetDirectory="C:\Users\Deiv\Documents\Curse\Minecraft\Instances\FTB Beyond"
-Dfml.ignorePatchDiscrepancies=true
-Dfml.ignoreInvalidMinecraftCertificates=true
-Duser.language=en
-Duser.country=US
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment