Skip to content

Instantly share code, notes, and snippets.

@rdelcueto
Last active August 29, 2015 13:56
Show Gist options
  • Save rdelcueto/9011970 to your computer and use it in GitHub Desktop.
Save rdelcueto/9011970 to your computer and use it in GitHub Desktop.
Torquebox Profile.d Env
export TORQUEBOX_HOME=/opt/torquebox
export JBOSS_HOME=$TORQUEBOX_HOME/jboss
export JRUBY_HOME=$TORQUEBOX_HOME/jruby
export PATH=$JRUBY_HOME/bin:$PATH
export JAVA_OPTS="-Xmx1280m -Xms256m -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:ReservedCodeCacheSize=128m -Dfile.encoding=UTF-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment