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-examples.git

commit 7454b24ae8c7ecfd3afb13f9e4f82b647ddc68ab
Author: James Netherton <[email protected]>
AuthorDate: Mon Nov 6 10:28:23 2023 +0000

    Set -Xmx4000m
---
 .github/workflows/ci-build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index ba2596f..7982e08 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -47,7 +47,7 @@ concurrency:
 
 env:
   LANG: en_US.UTF-8
-  MAVEN_OPTS: -Xmx3000m
+  MAVEN_OPTS: -Xmx4000m
   MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -e
   TESTCONTAINERS_RYUK_DISABLED: true
 

Reply via email to