Skip to content

Commit

Permalink
Merge pull request #2605 from Alistair-Johnson/jvmopts
Browse files Browse the repository at this point in the history
Reduce Xmx in .jvmopts and build.sbt
  • Loading branch information
ceedubs committed Nov 17, 2018
2 parents dabae03 + f498b25 commit 533cc16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .jvmopts
@@ -1,7 +1,6 @@
-Dfile.encoding=UTF8
-Xms1G
-Xmx6G
-XX:MaxMetaspaceSize=4G
-Xmx3G
-XX:ReservedCodeCacheSize=250M
-XX:+TieredCompilation
-XX:-UseGCOverheadLimit
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -113,7 +113,7 @@ lazy val commonJvmSettings = Seq(
Tests.Argument(TestFrameworks.ScalaTest, flag)
},
Test / fork := true,
Test / javaOptions := Seq("-Xmx6G")
Test / javaOptions := Seq("-Xmx3G")
)

lazy val commonNativeSettings = Seq(
Expand Down

0 comments on commit 533cc16

Please sign in to comment.