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 2024/01/08 10:57:35 UTC

(camel-quarkus) 03/03: Set -Xmx4500m for initial-mvn-install job

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

commit 32ba917362a0061ff3ebb8d262a48628d95aabd4
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Jan 8 09:09:59 2024 +0000

    Set -Xmx4500m for initial-mvn-install job
---
 .github/workflows/camel-master-cron.yaml   | 2 +-
 .github/workflows/ci-build.yaml            | 2 +-
 .github/workflows/quarkus-master-cron.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/camel-master-cron.yaml b/.github/workflows/camel-master-cron.yaml
index bcb6759dbb..beadb7bf6c 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -37,7 +37,7 @@ jobs:
       matrix: ${{ steps.set-native-matrix.outputs.matrix }}
       examples-matrix: ${{ steps.set-examples-matrix.outputs.examples-matrix }}
     env:
-      MAVEN_OPTS: -Xmx4400m
+      MAVEN_OPTS: -Xmx4500m
     steps:
       - name: Check free space on disk
         run: |
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 8bfb80d9c8..08e139e4a7 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -125,7 +125,7 @@ jobs:
       matrix: ${{ steps.set-native-matrix.outputs.matrix }}
       examples-matrix: ${{ steps.set-examples-matrix.outputs.examples-matrix }}
     env:
-      MAVEN_OPTS: -Xmx4400m
+      MAVEN_OPTS: -Xmx4500m
     steps:
       - name: Check free space on disk
         run: |
diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml
index 88ae1e6b17..60acca8513 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -37,7 +37,7 @@ jobs:
       matrix: ${{ steps.set-native-matrix.outputs.matrix }}
       examples-matrix: ${{ steps.set-examples-matrix.outputs.examples-matrix }}
     env:
-      MAVEN_OPTS: -Xmx4400m
+      MAVEN_OPTS: -Xmx4500m
     steps:
       - name: Check free space on disk
         run: |