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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f3523cd23 [FIX] java.lang.OutOfMemoryError: Java heap space in 
james-server-protocols-imap4 (#2799)
4f3523cd23 is described below

commit 4f3523cd2354102128fb34f5c6b1e344ab34a33a
Author: Benoit TELLIER <btell...@linagora.com>
AuthorDate: Mon Sep 8 06:47:53 2025 +0200

    [FIX] java.lang.OutOfMemoryError: Java heap space in 
james-server-protocols-imap4 (#2799)
---
 server/protocols/protocols-imap4/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/protocols/protocols-imap4/pom.xml 
b/server/protocols/protocols-imap4/pom.xml
index 6e114857a7..8f3a0796fc 100644
--- a/server/protocols/protocols-imap4/pom.xml
+++ b/server/protocols/protocols-imap4/pom.xml
@@ -188,7 +188,7 @@
                     </systemPropertyVariables>
                     <argLine>-Djava.library.path=
                         
-javaagent:"${settings.localRepository}"/org/jacoco/org.jacoco.agent/${jacoco-maven-plugin.version}/org.jacoco.agent-${jacoco-maven-plugin.version}-runtime.jar=destfile=${basedir}/target/jacoco.exec
-                        -Xms512m -Xmx1024m</argLine>
+                        -Xms1024m -Xmx2048m</argLine>
                     <reuseForks>true</reuseForks>
                     <!-- Fail tests longer than 30 minutes, prevent form 
random locking tests -->
                     
<forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to