aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sbt/files/sbt.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/sbt/files/sbt.sh.in')
-rw-r--r--devel/sbt/files/sbt.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sbt/files/sbt.sh.in b/devel/sbt/files/sbt.sh.in
index 1aa20eb75d3c..ab782527755e 100644
--- a/devel/sbt/files/sbt.sh.in
+++ b/devel/sbt/files/sbt.sh.in
@@ -1,2 +1,2 @@
#!/bin/sh
-exec "%%LOCALBASE%%/bin/java" -Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M -Dsbt.watch.mode=polling -Dsbt.io.jdktimestamps=true -jar "%%DATADIR%%/sbt-launch.jar" "$@"
+exec "%%LOCALBASE%%/bin/java" -Xms1024M -Xmx1024M -Xss4M -XX:ReservedCodeCacheSize=128m -Dsbt.io.jdktimestamps=true -jar "%%DATADIR%%/sbt-launch.jar" "$@"