Skip to content

Commit 637d3d8

Browse files
committed
Bump memory to JMH controller process.
1 parent a46d5f8 commit 637d3d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ javaOptions in run ++= {
3030
javaOptions in run ++= Seq(
3131
s"-Djmh.jfr.saveTo=${target.value}",
3232
"-XX:+UnlockDiagnosticVMOptions",
33-
"-XX:+DebugNonSafepoints"
33+
"-XX:+DebugNonSafepoints",
34+
"-Xmx2G"
3435
)
3536

3637
sources in Compile := {

0 commit comments

Comments
 (0)