aboutsummaryrefslogtreecommitdiff
path: root/sbt.bat
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.bat
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.bat')
-rw-r--r--sbt.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbt.bat b/sbt.bat
new file mode 100644
index 0000000..22fc2ae
--- /dev/null
+++ b/sbt.bat
@@ -0,0 +1 @@
+java -Xmx3g -Xms1g -XX:+TieredCompilation -XX:ReservedCodeCacheSize=256m -XX:MaxPermSize=512m -XX:+UseNUMA -XX:+UseParallelGC -XX:+CMSClassUnloadingEnabled -jar sbt-launch.jar %*