Skip to content

Instantly share code, notes, and snippets.

@polinagogo
Created April 28, 2016 22:35
Show Gist options
  • Save polinagogo/a96ba52f55bb118f3ddfb6e433e621e9 to your computer and use it in GitHub Desktop.
Save polinagogo/a96ba52f55bb118f3ddfb6e433e621e9 to your computer and use it in GitHub Desktop.
RubyMine increase and show memory usage

Show memory usage in bottom right hand pane:

RubyMine -> Preferences -> Appearance -> Show Memory Indicator

Increase memory usage:

Open /Applications/RubyMine.app/Contents/bin/rubymine.vmoptions

# ~/Library/Preferences/RubyMine70/rubymine.vmoptions

-Xms512m                                                                                                                                               
-Xmx4096m
-XX:MaxPermSize=250m
-XX:ReservedCodeCacheSize=128m
-XX:+UseCodeCacheFlushing
-XX:+UseCompressedOops
@godspeedyoo
Copy link

godspeedyoo commented Mar 22, 2017

For the older versions, the settings are stored in /Applications/RubyMine[version].app/Contents/Info.plist.

Version 2016.3:
https://www.jetbrains.com/help/ruby/2016.3/tuning-rubymine.html#copy1

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