Last active
December 23, 2015 23:49
-
-
Save ricoSaw/6712765 to your computer and use it in GitHub Desktop.
Setting JRUBY_OPTS in rvm after_use HOOK
This file contains 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
# insert JRUBY_OPTS in | |
# /home/your_home_directory/.rvm/hooks/ | |
# in file "after_use_jruby" | |
JRUBY_OPTS="-J-Xmx1024m -J-XX:MaxPermSize=512m " ; export JRUBY_OPTS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment