Created
May 26, 2015 10:51
-
-
Save seeruk/a55750d890dda3d999c7 to your computer and use it in GitHub Desktop.
JetBrains IDE JVM Options
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
-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 |
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
This is really helpful, thank you. Are any of these specific to Yosemite? I'm still sticking (perhaps unnecessarily given the work on the custom JVM) with Mavericks for the time being, on a 2012 quad-core Mac Mini.