This is an automated email from the ASF dual-hosted git repository.
thiagoelg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new eba7a2b519f NO-ISSUE: Increase Node.js memory limit to 6GB in the CI
(#3091)
eba7a2b519f is described below
commit eba7a2b519f17db99db2fc954445e300bf196b26
Author: Thiago Lugli <[email protected]>
AuthorDate: Tue Apr 29 18:10:14 2025 -0300
NO-ISSUE: Increase Node.js memory limit to 6GB in the CI (#3091)
---
.ci/incubator-kie-tools-ci-build.Dockerfile | 2 +-
.github/workflows/ci_build.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.ci/incubator-kie-tools-ci-build.Dockerfile
b/.ci/incubator-kie-tools-ci-build.Dockerfile
index 59889bb062d..da9c6425a8f 100644
--- a/.ci/incubator-kie-tools-ci-build.Dockerfile
+++ b/.ci/incubator-kie-tools-ci-build.Dockerfile
@@ -135,7 +135,7 @@ ENV JAVA_HOME="${HOME}/.sdkman/candidates/java/current/"
ENV MAVEN_HOME="${HOME}/.sdkman/candidates/maven/current/"
ENV NODE_HOME="${HOME}/.nvm/versions/node/v22.13.1"
ENV DISPLAY=":99"
-ENV NODE_OPTIONS="--max_old_space_size=4096"
+ENV NODE_OPTIONS="--max_old_space_size=6144"
ENV GOPATH="${HOME}/go"
ENV GOROOT="/opt/go"
ENV PATH="${PATH}:${GOROOT}/bin:${GOPATH}/bin"
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index 0ed54e5b0d3..9fd35ca81f0 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -139,7 +139,7 @@ jobs:
KIE_TOOLS_BUILD__ignoreEndToEndTestFailures: ${{
!github.event.pull_request }}
DISPLAY: ":99.0"
START_SERVER_AND_TEST_INSECURE: "true"
- NODE_OPTIONS: "--max_old_space_size=4096"
+ NODE_OPTIONS: "--max_old_space_size=6144"
MAVEN_ARGS: "-B -Puse-maven-repo-local-tail"
MAVEN_OPTS: "-Xmx2g"
run: >-
@@ -168,7 +168,7 @@ jobs:
KIE_TOOLS_BUILD__buildExamples: "true"
DISPLAY: ":99.0"
START_SERVER_AND_TEST_INSECURE: "true"
- NODE_OPTIONS: "--max_old_space_size=4096"
+ NODE_OPTIONS: "--max_old_space_size=6144"
MAVEN_ARGS: "-B -Puse-maven-repo-local-tail"
MAVEN_OPTS: "-Xmx2g"
run: |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]