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 e0ac2cc  Increase heap size for camel-main sync job
e0ac2cc is described below

commit e0ac2cc1501fd6719dd11383618466198ce313a5
Author: James Netherton <[email protected]>
AuthorDate: Tue Jun 22 07:31:24 2021 +0100

    Increase heap size for camel-main sync job
---
 .github/workflows/camel-master-cron.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/camel-master-cron.yaml 
b/.github/workflows/camel-master-cron.yaml
index 9198dc4..a12936a 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -32,6 +32,8 @@ jobs:
   initial-mvn-install:
     if: github.repository == 'apache/camel-quarkus'
     runs-on: ubuntu-latest
+    env:
+      MAVEN_OPTS: -Xmx4000m
     outputs:
       matrix: ${{ steps.set-native-matrix.outputs.matrix }}
     steps:

Reply via email to