Last active
April 17, 2021 11:55
-
-
Save chriskacerguis/b93e2450aba17e75e71e to your computer and use it in GitHub Desktop.
RubyMine rubymine.vmoptions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Xms128m | |
-Xmx2048m | |
-XX:MaxPermSize=350m | |
-XX:ReservedCodeCacheSize=64m | |
-XX:+UseCodeCacheFlushing | |
-XX:+UseCompressedOops |
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
This will give RubyMine a ~25% boost in performance. To use this file:
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)