Created
May 17, 2011 18:05
-
-
Save loverdos/977003 to your computer and use it in GitHub Desktop.
IDEA JVM Settings
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
-XX:+UseConcMarkSweepGC | |
-XX:+UseParNewGC | |
-Xms512m | |
-Xmx512m | |
-XX:MaxPermSize=250m | |
-XX:ReservedCodeCacheSize=64m | |
-XX:+DoEscapeAnalysis | |
-XX:NewRatio=1 | |
-XX:+DisableExplicitGC | |
-XX:+AggressiveOpts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment