From 93f3fe31b1d2d296b857931e7ed48d52bc7853c0 Mon Sep 17 00:00:00 2001 From: Noel Welsh Date: Mon, 13 Feb 2017 17:16:04 +0000 Subject: SBT launcher and shell scripts Students don't need to install SBT as they can use the SBT launcher and the shell scripts instead --- sbt.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 sbt.sh (limited to 'sbt.sh') 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 "$@" -- cgit v1.2.3