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


The following commit(s) were added to refs/heads/main by this push:
     new 6b3a95d5b90 (chores) camel-ftp: increase JVM memory for failsafe
6b3a95d5b90 is described below

commit 6b3a95d5b90f5bde4789959cbf1bf26c90ef5206
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Jan 27 15:05:51 2023 +0100

    (chores) camel-ftp: increase JVM memory for failsafe
---
 components/camel-ftp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-ftp/pom.xml b/components/camel-ftp/pom.xml
index 58793eb8eb8..bb9d7bdff6c 100644
--- a/components/camel-ftp/pom.xml
+++ b/components/camel-ftp/pom.xml
@@ -171,7 +171,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-failsafe-plugin</artifactId>
                 <configuration>
-                    <argLine>-XX:+ExitOnOutOfMemoryError -Xmx2G</argLine>
+                    <argLine>-XX:+ExitOnOutOfMemoryError -Xmx3G</argLine>
                 </configuration>
                 <executions>
                     <execution>

Reply via email to