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 90c8600 commit 30e60f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .sbtopts

This file was deleted.

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy val `scalajs-esbuild` = (project in file("."))

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

0 comments on commit 30e60f1

Please sign in to comment.