We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72eeede commit d35574fCopy full SHA for d35574f
.sbtopts
@@ -0,0 +1,2 @@
1
+-mem 2048
2
+
build.sbt
@@ -14,7 +14,7 @@ lazy val commonSettings = Seq(
14
parallelExecution in Test := false,
15
logBuffered in Test := false,
16
fork in Test := true,
17
- javaOptions += "-Xmx1G",
+ javaOptions ++= Seq("-Xms512m", "-Xmx2048m"),
18
scalacOptions += "-deprecation",
19
scalafmtOnCompile := true
20
)
0 commit comments