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

ppalaga 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 3ce3329  Increase Maven's heap size in Quarkus daily job
3ce3329 is described below

commit 3ce3329c55cf3d8155dce7fcc610ca0b75d34550
Author: Peter Palaga <[email protected]>
AuthorDate: Wed Jun 16 16:22:07 2021 +0200

    Increase Maven's heap size in Quarkus daily job
---
 .github/workflows/quarkus-master-cron.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/quarkus-master-cron.yaml 
b/.github/workflows/quarkus-master-cron.yaml
index 0681936..c06a921 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-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