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 f4d624c commit 010a3d3Copy full SHA for 010a3d3
.jvmopts
@@ -1,6 +1,5 @@
1
-Xms1G
2
--Xmx6G
3
--Xss2M
+-Xmx7G
4
-XX:ReservedCodeCacheSize=512M
5
-XX:+TieredCompilation
6
-XX:+UseG1GC
build.sbt
@@ -26,6 +26,10 @@ ThisBuild / scalaVersion := scala212
26
ThisBuild / crossScalaVersions := supportScalaVersions
27
ThisBuild / githubWorkflowJavaVersions := Seq(PrimaryJava, LTSJava)
28
ThisBuild / kubernetesVersion := "1.25.3"
29
+ThisBuild / jsEnv := {
30
+ import org.scalajs.jsenv.nodejs.NodeJSEnv
31
+ new NodeJSEnv(NodeJSEnv.Config().withArgs(List("--max-old-space-size=6144")))
32
+}
33
34
enablePlugins(AutomateHeaderPlugin)
35
0 commit comments