Skip to content

Commit

Permalink
set jvmopts
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 3, 2024
1 parent 077b7d4 commit 13ae9bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
.settings
.classpath

/.jvmopts

target

.idea/
Expand Down
7 changes: 7 additions & 0 deletions .jvmopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Compile takes a lot of memory

-Dfile.encoding=UTF8
-Dsbt.color=always
-XX:+UseG1GC
-Xms4G
-Xmx4G

0 comments on commit 13ae9bc

Please sign in to comment.