Skip to content

Instantly share code, notes, and snippets.

@loverdos
Created May 17, 2011 18:05
Show Gist options
  • Save loverdos/977003 to your computer and use it in GitHub Desktop.
Save loverdos/977003 to your computer and use it in GitHub Desktop.
IDEA JVM Settings
-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