Skip to content

Commit

Permalink
Bump heap for scripted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrdom committed May 6, 2024
1 parent 30e60f1 commit 79a5485
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ lazy val `scalajs-esbuild` = (project in file("."))

lazy val commonSettings = Seq(
scriptedLaunchOpts ++= Seq(
"-Xmx2g -Xms2g -Dplugin.version=" + version.value
"-Xmx2g",
"-Xms2g",
"-Dplugin.version=" + version.value
),
scriptedBufferLog := false
)
Expand Down

0 comments on commit 79a5485

Please sign in to comment.