You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/10/21 13:48:04 UTC

[camel-quarkus] branch main updated: Increased workflow memory limit to avoid java heap space errors

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new cb5a79ed51 Increased workflow memory limit to avoid java heap space errors
cb5a79ed51 is described below

commit cb5a79ed51888f76f97c72c1ccafbe5008b1dab9
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Fri Oct 21 10:17:36 2022 +0200

    Increased workflow memory limit to avoid java heap space errors
---
 .github/workflows/camel-master-cron.yaml   | 2 +-
 .github/workflows/quarkus-master-cron.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/camel-master-cron.yaml b/.github/workflows/camel-master-cron.yaml
index 98834b42ea..581c602e47 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -24,7 +24,7 @@ on:
 
 env:
   LANG: en_US.UTF-8
-  MAVEN_OPTS: -Xmx3000m
+  MAVEN_OPTS: -Xmx4000m
   MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -e
   TESTCONTAINERS_RYUK_DISABLED: true
   ISSUE_ID: 2927
diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml
index 9c1f6c69f3..4cc3d2f7da 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -24,7 +24,7 @@ on:
 
 env:
   LANG: en_US.UTF-8
-  MAVEN_OPTS: -Xmx3000m
+  MAVEN_OPTS: -Xmx4000m
   MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -e
   TESTCONTAINERS_RYUK_DISABLED: true
   ISSUE_ID: 2926