Skip to content

Instantly share code, notes, and snippets.

@despo
Created April 2, 2012 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save despo/2283955 to your computer and use it in GitHub Desktop.
Save despo/2283955 to your computer and use it in GitHub Desktop.
jRuby
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