RubyMine 5.0.1 How To Increase memory on OSX Follow
Hi,
I just upgraded to RM 5.0.1 and I can not increase the memory available to my VM.
In the past I would edit /Applications/RubyMine.app/Contents/Info.plist and add something like:
<key>VMOptions</key>
<string>-Xms512m -Xmx2000m -XX:MaxPermSize=250m -ea -Dsun.io.useCanonCaches=false -Xverify:none -Xbootclasspath/a:../lib/boot.jar</string>
<key>VMOptions.i386</key>
<string>-Xms512m -Xmx2000m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m</string>
<key>VMOptions.x86_64</key>
<string>-Xms512m -Xmx2000m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=64m -XX:+UseCompressedOops</string>
<key>WorkingDirectory</key>
<string>$APP_PACKAGE/bin</string>
</dict>
</dict>
</plist>
I have done this and i can not get the memory increased... please help!
Thanks,
Mike
Please sign in to leave a comment.
See http://stackoverflow.com/a/13581526/104891 .