Skip to content

Commit

Permalink
Update sbt.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pchiusano committed Aug 8, 2014
1 parent 1fdccff commit f2dfe2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
set SCRIPT_DIR=%~dp0
java %SBT_OPTS% -Xmx512m -Xss4M -jar "%SCRIPT_DIR%sbt-launch.jar" %*
java %SBT_OPTS% -Xmx512m -Xss8M -jar "%SCRIPT_DIR%sbt-launch.jar" %*

0 comments on commit f2dfe2a

Please sign in to comment.