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 6fee22c commit 8be42bdCopy full SHA for 8be42bd
.jvmopts
@@ -1,5 +1,5 @@
1
-Xms1G
2
--Xmx7G
+-Xmx15G
3
-XX:ReservedCodeCacheSize=512M
4
-XX:+TieredCompilation
5
-XX:+UseG1GC
build.sbt
@@ -43,7 +43,7 @@ ThisBuild / githubWorkflowAddedJobs += WorkflowJob(
43
ThisBuild / kubernetesVersion := "1.34.1"
44
ThisBuild / jsEnv := {
45
import org.scalajs.jsenv.nodejs.NodeJSEnv
46
- new NodeJSEnv(NodeJSEnv.Config().withArgs(List("--max-old-space-size=6144")))
+ new NodeJSEnv(NodeJSEnv.Config().withArgs(List("--max-old-space-size=10240")))
47
}
48
49
enablePlugins(AutomateHeaderPlugin)
0 commit comments