Skip to content

Commit 8be42bd

Browse files
committed
Increased heap size, thank you github!
1 parent 6fee22c commit 8be42bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.jvmopts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-Xms1G
2-
-Xmx7G
2+
-Xmx15G
33
-XX:ReservedCodeCacheSize=512M
44
-XX:+TieredCompilation
55
-XX:+UseG1GC

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ThisBuild / githubWorkflowAddedJobs += WorkflowJob(
4343
ThisBuild / kubernetesVersion := "1.34.1"
4444
ThisBuild / jsEnv := {
4545
import org.scalajs.jsenv.nodejs.NodeJSEnv
46-
new NodeJSEnv(NodeJSEnv.Config().withArgs(List("--max-old-space-size=6144")))
46+
new NodeJSEnv(NodeJSEnv.Config().withArgs(List("--max-old-space-size=10240")))
4747
}
4848

4949
enablePlugins(AutomateHeaderPlugin)

0 commit comments

Comments
 (0)