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

klease 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 5b50725  Increase maxmem for compiler to address failed JDK17 builds
5b50725 is described below

commit 5b50725d8eebbf401fc968b0bbccc3954c39a2b6
Author: klease <[email protected]>
AuthorDate: Wed Feb 23 17:07:07 2022 +0100

    Increase maxmem for compiler to address failed JDK17 builds
---
 dsl/camel-endpointdsl/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dsl/camel-endpointdsl/pom.xml b/dsl/camel-endpointdsl/pom.xml
index 6176332..bf15082 100644
--- a/dsl/camel-endpointdsl/pom.xml
+++ b/dsl/camel-endpointdsl/pom.xml
@@ -163,6 +163,9 @@
                         <phase>none</phase>
                     </execution>
                 </executions>
+                <configuration>
+                    <maxmem>1024M</maxmem>
+                </configuration>
             </plugin>
         </plugins>
     </build>

Reply via email to