Created
April 2, 2012 14:42
-
-
Save despo/2283955 to your computer and use it in GitHub Desktop.
jRuby
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
export JRUBY_OPTS="--1.9" | |
export JAVA_OPTS='-Xmx1024m -Xms256m -Xss1024k -d32' | |
# d32 - the JVM defaults to 64-Bit Server VM, which has a faster runtime but will give you great runtime performance but very slow start time |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment