Skip to content

Instantly share code, notes, and snippets.

@rdelcueto
Last active August 29, 2015 13:56

Revisions

  1. rdelcueto renamed this gist Feb 14, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. rdelcueto created this gist Feb 14, 2014.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    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"