Optimize Minecraft FPS

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

DEFAULT:

-Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy


-Xmn128M

MYOPTIONS:
-Xmx3G -Xms2G -Xmn2G -Xss1024k -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode
-XX:-UseAdaptiveSizePolicy -XX:MaxGCPauseMillis=500 -XX:+CMSClassUnloadingEnabled
-XX:+DisableExplicitGC -XX:+UseCompressedOops -XX:+UseParNewGC -XX:
+UnlockExperimentalVMOptions -XX:G1NewSizePercent=10 -XX:G1ReservePercent=10
-XX:G1MaxNewSizePercent=10 -XX:G1HeapWastePercent=10 -XX:+ScavengeBeforeFullGC -XX:
+ExplicitGCInvokesConcurrentAndUnloadsClasses -XX:+CMSScavengeBeforeRemark

RECOMMENDED:
-mx3G -XX:+UseMembar -XX:+TieredCompilation -XX:+UseCodeCacheFlushing -XX:
+UseFastJNIAccessors -XX:+CMSScavengeBeforeRemark -XX:
+ExplicitGCInvokesConcurrentAndUnloadsClasses -XX:+ScavengeBeforeFullGC -XX:
+AlwaysPreTouch -XX:+UseFastAccessorMethods -XX:+UnlockExperimentalVMOptions
-XX:G1HeapWastePercent=10 -XX:G1MaxNewSizePercent=10 -XX:G1HeapRegionSize=32M
-XX:G1NewSizePercent=10 -XX:MaxGCPauseMillis=100 -XX:+OptimizeStringConcat -XX:
+UseParNewGC -XX:+UseNUMA -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:
+CMSClassUnloadingEnabled -XX:SurvivorRatio=2 -XX:+DisableExplicitGC

You might also like