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

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

commit 1a51889ee2886aba756fa6e1138957d180ed3c58
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Fri Apr 26 10:52:39 2024 +0200

    (chores) camel-zookeeper-master: fix sporadic test hangup
---
 components/camel-zookeeper-master/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-zookeeper-master/pom.xml 
b/components/camel-zookeeper-master/pom.xml
index 271f8010cf1..e0aec8939a3 100644
--- a/components/camel-zookeeper-master/pom.xml
+++ b/components/camel-zookeeper-master/pom.xml
@@ -141,6 +141,7 @@
                             <systemPropertyVariables>
                                 
<visibleassertions.silence>true</visibleassertions.silence>
                             </systemPropertyVariables>
+                            <argLine>-XX:+ExitOnOutOfMemoryError 
-Xmx2G</argLine>
                         </configuration>
                     </plugin>
                 </plugins>

Reply via email to