aboutsummaryrefslogtreecommitdiff
path: root/sbt
diff options
context:
space:
mode:
authorSabine Odersky <sabineodersky@Sabine-Oderskys-MacBook-Pro.local>2013-07-04 21:26:29 +0200
committerSabine Odersky <sabineodersky@Sabine-Oderskys-MacBook-Pro.local>2013-07-04 21:26:29 +0200
commitb03820da96770f7cc6478c746601252ce1984ce6 (patch)
treeda220ee8132e55483f0b316d06901c7d5609f6cf /sbt
parent38e680d523d392034e881da015da03b64036c580 (diff)
downloadakka-serial-b03820da96770f7cc6478c746601252ce1984ce6.tar.gz
akka-serial-b03820da96770f7cc6478c746601252ce1984ce6.tar.bz2
akka-serial-b03820da96770f7cc6478c746601252ce1984ce6.zip
linking works, testing needed
Diffstat (limited to 'sbt')
-rwxr-xr-xsbt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbt b/sbt
new file mode 100755
index 0000000..1f06d10
--- /dev/null
+++ b/sbt
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+SBT_OPTS="-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M"
+java $SBT_OPTS -jar `dirname $0`/sbt-launch.jar "$@"