diff --git a/build.sbt b/build.sbt index d31028d913..23c723d35c 100644 --- a/build.sbt +++ b/build.sbt @@ -2019,6 +2019,7 @@ lazy val `runtime-benchmarks` = ) }, javaOptions ++= benchOnlyOptions, + javaOptions += "-Xss16M", run / fork := true, run / connectInput := true, bench := Def