Skip to content

Instantly share code, notes, and snippets.

@lanceon
Created August 21, 2013 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lanceon/6301592 to your computer and use it in GitHub Desktop.
Save lanceon/6301592 to your computer and use it in GitHub Desktop.
sbt.bat
@echo off
set SCRIPT_DIR=%~dp0
start "sbt-%CD%" java -Dfile.encoding=UTF-8 -Xms256M -Xmx1536M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=384M -Xss2M -Drebel.lift_plugin=true -javaagent:path-to-jrebel\jrebel.jar -jar "%SCRIPT_DIR%sbt-launch-0.12.4.jar" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment