Skip to content

Instantly share code, notes, and snippets.

@seeruk
Created May 26, 2015 10:51
Show Gist options
  • Save seeruk/a55750d890dda3d999c7 to your computer and use it in GitHub Desktop.
Save seeruk/a55750d890dda3d999c7 to your computer and use it in GitHub Desktop.
JetBrains IDE JVM Options
-d64
-Dawt.java2d.opengl=true
-Dawt.useSystemAAFontSettings=lcd
-Xms2G
-Xmx2G
-XX:+AggressiveOpts
-XX:+CMSIncrementalPacing
-XX:+UseCompressedOops
-XX:+UseConcMarkSweepGC
-XX:+UseParNewGC
-XX:-UseParallelGC
-XX:MaxPermSize=1G
-XX:ReservedCodeCacheSize=512m
@seeruk
Copy link
Author

seeruk commented Jun 13, 2015

I've only ever used these on Mavericks, but I think it should apply to any OS, even Linux / Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment