Skip to content

Instantly share code, notes, and snippets.

@codatory
Created July 15, 2011 19:54
Show Gist options
  • Save codatory/1085422 to your computer and use it in GitHub Desktop.
Save codatory/1085422 to your computer and use it in GitHub Desktop.
Tweaked JVM Settings for RubyMine with a large project
<key>VMOptions</key>
<string>-ea -Xverify:none -Xbootclasspath/a:../lib/boot.jar -XX:+UseConcMarkSweepGC -XX:+ParNewGC</string>
<key>VMOptions.i386</key>
<string>-Xms128m -Xmx1024m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m</string>
<key>VMOptions.x86_64</key>
<string>-Xms128m -Xmx2048m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=64m -XX:+UseCompressedOops</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment