You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/20 09:33:47 UTC

[camel] branch main updated: Increase heap-size when running verify via maven-invoker to avoid OOME

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 90ed35bd671 Increase heap-size when running verify via maven-invoker to avoid OOME
90ed35bd671 is described below

commit 90ed35bd67140ef1ea91a2a859f66d78bcfa2047
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jul 20 11:33:35 2023 +0200

    Increase heap-size when running verify via maven-invoker to avoid OOME
---
 tooling/maven/camel-restdsl-openapi-plugin/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
index 8a3e67f7e53..fe129508fd5 100644
--- a/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
+++ b/tooling/maven/camel-restdsl-openapi-plugin/pom.xml
@@ -169,6 +169,7 @@
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-invoker-plugin</artifactId>
                         <configuration>
+                            <mavenOpts>-Xmx512m</mavenOpts>
                             <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                             <pomIncludes>
                                 <pomInclude>*/pom.xml</pomInclude>