15 lines
147 B
Plaintext
15 lines
147 B
Plaintext
|
# Set the java args to high
|
||
|
|
||
|
-Xmx512M
|
||
|
|
||
|
-XX:MaxPermSize=256m
|
||
|
|
||
|
-XX:ReservedCodeCacheSize=128m
|
||
|
|
||
|
|
||
|
|
||
|
# Set the extra SBT options
|
||
|
|
||
|
-Dsbt.log.format=true
|
||
|
|