Skip to content

Commit

Permalink
Fix arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Sep 1, 2023
1 parent 201dffd commit 9f0a946
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -929,12 +929,7 @@ lazy val compilation = {
lazy val testing = Seq(
Test / fork := true,
concurrentRestrictions := Seq(Tags.limit(Tags.ForkedTestGroup, 2)),
Test / javaOptions ++= Seq(
"-Xmx6G",
"-Xss16m",
"-XX: MaxMetaspaceSize=2G",
"-XX:-UseGCOverheadLimit"
)
Test / javaOptions ++= Seq("-Xmx6G", "-Xss16m")
)

lazy val coverage = Seq(
Expand Down

0 comments on commit 9f0a946

Please sign in to comment.