Skip to content

Instantly share code, notes, and snippets.

@chriskacerguis
Last active April 17, 2021 11:55
Show Gist options
  • Save chriskacerguis/b93e2450aba17e75e71e to your computer and use it in GitHub Desktop.
Save chriskacerguis/b93e2450aba17e75e71e to your computer and use it in GitHub Desktop.
RubyMine rubymine.vmoptions
-Xms128m
-Xmx2048m
-XX:MaxPermSize=350m
-XX:ReservedCodeCacheSize=64m
-XX:+UseCodeCacheFlushing
-XX:+UseCompressedOops
@chriskacerguis
Copy link
Author

This will give RubyMine a ~25% boost in performance. To use this file:

  1. Turn off RubyMine
  2. Place this file (rubymine.vmoptions) in the directory
~/Library/Preferences/RubyMine70/

Note: This has been tested with Mac OS X (10.10.2 and 10.10.3), and RubyMine 7.0 and 7.1 (the directory is the same for RubyMine 7.0 and 7.1)

@stackus
Copy link

stackus commented Apr 17, 2015

In OS X I think it uses idea.vmoptions.

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