lila/bin/dev.default.bat

10 lines
379 B
Batchfile
Raw Normal View History

2017-07-05 05:33:16 -06:00
@echo off
REM Starts a dev console to compile and run lichess.
REM To edit this file, copy it to bin\dev.bat: it's not indexed by Git.
REM Yes it needs tons of memory. Go for 2048M if you have them.
2017-07-05 05:33:16 -06:00
set JAVA_OPTS=-Xms1536M -Xmx1536M -XX:ReservedCodeCacheSize=64m -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:+ExitOnOutOfMemoryError -Dkamon.auto-start=true
sbt %*