tweak dev runner

scapegoat
Thibault Duplessis 2019-12-09 10:22:37 -06:00
parent 22e7af735c
commit 6c8a36d9da
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +0,0 @@
-Xms2048M
-Xmx2048M
-XX:+UseParallelGC

4
.sbtopts 100644
View File

@ -0,0 +1,4 @@
-J-Xms2048M
-J-Xmx2048M
-J-XX:+CMSClassUnloadingEnabled
-J-XX:+UseParallelGC

1
run
View File

@ -7,6 +7,7 @@
# Then in the sbt console:
# ~run
# We use .sbtopts instead
export SBT_OPTS=""
# For development without nginx (not recommended).