aboutsummaryrefslogtreecommitdiff
path: root/sbt.sh
diff options
context:
space:
mode:
authorNoel Welsh <noel@untyped.com>2017-02-13 17:16:04 +0000
committerNoel Welsh <noel@untyped.com>2017-02-13 17:16:04 +0000
commit93f3fe31b1d2d296b857931e7ed48d52bc7853c0 (patch)
treef9e7a9164dca6cf817a3a5e86810467d2cb4ae0b /sbt.sh
parentbed57cac03b813fe6860205d2712bd5fd5e5e402 (diff)
downloadcreative-scala-template-93f3fe31b1d2d296b857931e7ed48d52bc7853c0.tar.gz
creative-scala-template-93f3fe31b1d2d296b857931e7ed48d52bc7853c0.tar.bz2
creative-scala-template-93f3fe31b1d2d296b857931e7ed48d52bc7853c0.zip
SBT launcher and shell scripts
Students don't need to install SBT as they can use the SBT launcher and the shell scripts instead
Diffstat (limited to 'sbt.sh')
-rwxr-xr-xsbt.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbt.sh b/sbt.sh
new file mode 100755
index 0000000..d82a294
--- /dev/null
+++ b/sbt.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+java -Xmx3g -Xms1g -XX:+TieredCompilation -XX:ReservedCodeCacheSize=256m -XX:MaxPermSize=512m -XX:+UseNUMA -XX:+UseParallelGC -XX:+CMSClassUnloadingEnabled -jar sbt-launch.jar "$@"