Skip to content

Instantly share code, notes, and snippets.

@ricoSaw
Last active December 23, 2015 23:49
Show Gist options
  • Save ricoSaw/6712765 to your computer and use it in GitHub Desktop.
Save ricoSaw/6712765 to your computer and use it in GitHub Desktop.
Setting JRUBY_OPTS in rvm after_use HOOK
# 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