You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/04/21 07:46:04 UTC

[archiva] branch master-gh-action-logs updated: more memory

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

olamy pushed a commit to branch master-gh-action-logs
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master-gh-action-logs by this push:
     new ae138eb7c more memory
ae138eb7c is described below

commit ae138eb7ccc94e937fb0fa18c57303f9f32cce08
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Thu Apr 21 17:45:51 2022 +1000

    more memory
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
index c7391c6db..16f4d02bf 100644
--- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
+++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
@@ -540,7 +540,7 @@
             with surefire and OpenJDK 8 181b13 on Debian/Ubuntu,
             @see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925
           -->
-          <argLine>-Xms256m -Xmx512m -server -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
+          <argLine>-Xms2048m -Xmx2048m -server -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
           <systemPropertyVariables>
             <mvn.project.base.dir>${project.basedir}</mvn.project.base.dir>
             <appserver.base>${project.build.directory}/appserver-base-${surefire.forkNumber}</appserver.base>