Skip to content

Commit 4d675f0

Browse files
committed
Added configuration files for SBT-Extra, which automatically specify JVM
arguments for SBT builds.
1 parent 1eecc1b commit 4d675f0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.jvmopts

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-Dfile.encoding=UTF8
2+
-Xms512M
3+
-Xmx1536M
4+
-Xss2M
5+
-XX:+CMSClassUnloadingEnabled

.sbtopts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)