Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #300 from exoego/sbt-memory
Browse files Browse the repository at this point in the history
Adjust .jvmopts
  • Loading branch information
exoego committed Nov 24, 2020
2 parents 0e9cd28 + 6955439 commit 83ddc2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .jvmopts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
-Xms2G
-Xmx8G
-XX:ReservedCodeCacheSize=512M
-XX:MaxMetaspaceSize=8G
-XX:MaxMetaspaceSize=256M
-XX:+CMSClassUnloadingEnabled
-XX:+UseG1GC
-XX:+ParallelRefProcEnabled
-XX:MaxGCPauseMillis=500

0 comments on commit 83ddc2c

Please sign in to comment.