Created
December 21, 2016 00:40
-
-
Save Jack-Valentine/6331f4630a13daef9ebde3902cff8ce7 to your computer and use it in GitHub Desktop.
JetBrains IDEs default vmoptions
This file contains hidden or 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
-Xms128m | |
-Xmx750m | |
-XX:ReservedCodeCacheSize=240m | |
-XX:+UseConcMarkSweepGC | |
-XX:SoftRefLRUPolicyMSPerMB=50 | |
-ea | |
-Dsun.io.useCanonCaches=false | |
-Djava.net.preferIPv4Stack=true | |
-XX:+HeapDumpOnOutOfMemoryError | |
-XX:-OmitStackTraceInFastThrow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment