Created
October 11, 2017 00:16
-
-
Save nmabhinandan/503946fc8974a90f9d21d6d9203a246e to your computer and use it in GitHub Desktop.
Intellij IDE VM options
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-server | |
-Xms4g | |
-Xmx4g | |
-XX:NewRatio=3 | |
-Xss16m | |
-XX:+CMSParallelRemarkEnabled | |
-XX:ConcGCThreads=4 | |
-XX:+AlwaysPreTouch | |
-XX:+TieredCompilation | |
-XX:+UseCompressedOops | |
-Djsse.enableSNIExtension=false | |
-XX:ReservedCodeCacheSize=240m | |
-XX:+UseConcMarkSweepGC | |
-XX:SoftRefLRUPolicyMSPerMB=50 | |
-ea | |
-Dsun.io.useCanonCaches=false | |
-Djava.net.preferIPv4Stack=true | |
-XX:+HeapDumpOnOutOfMemoryError | |
-XX:-OmitStackTraceInFastThrow | |
-Dawt.useSystemAAFontSettings=lcd | |
-Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine | |
-Dide.no.platform.update=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment