Increasing RubyMine memory usage

After a long search I figured out how to increase the memory available for RubyMine on MacOS:

In RubyMine.app/Contents/Info.plist

Find:

<key>VMOptions</key>
<string>-Xms16m -Xmx192m ...

Xmx is maximum memory to use.

You must be logged in to post a comment.