Skip to content

Instantly share code, notes, and snippets.

@izmailoff
Created September 5, 2013 16:12
Show Gist options
  • Save izmailoff/6452336 to your computer and use it in GitHub Desktop.
Save izmailoff/6452336 to your computer and use it in GitHub Desktop.
Sbt runner - a simple one. See one supplied by foursquare/rogue for something more fancy. Requires sbt-launch.jar - a standard SBT launcher. This script is not SBT jar version dependent.
java -Xms1024M -Xmx4096M -Xss200M -XX:MaxPermSize=4096m -XX:+CMSClassUnloadingEnabled -jar `dirname $0`/sbt-launch.jar "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment