Skip to content

Instantly share code, notes, and snippets.

@teaplanet
Created August 6, 2012 15:41
Show Gist options
  • Select an option

  • Save teaplanet/3275677 to your computer and use it in GitHub Desktop.

Select an option

Save teaplanet/3275677 to your computer and use it in GitHub Desktop.
sbt -Dsbt.log.noformat=true
#!/bin/sh
test -f ~/.sbtconfig && . ~/.sbtconfig
SBT_OPTS="$SBT_OPTS -Dsbt.log.noformat=true"
exec java -Xms512M -Xmx1536M -XX:MaxPermSize=256m ${SBT_OPTS} -jar /usr/local/Cellar/sbt/0.11.3/libexec/sbt-launch.jar "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment