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 2017/08/19 11:40:57 UTC

[17/31] archiva git commit: increase memory for test

increase memory for test

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/e4ef8273
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/e4ef8273
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/e4ef8273

Branch: refs/heads/master
Commit: e4ef8273a4b5b9ce2a99a4f2340e50a2c996a7e8
Parents: c062355
Author: olivier lamy <ol...@apache.org>
Authored: Tue Aug 1 14:33:46 2017 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Aug 1 14:33:46 2017 +1000

----------------------------------------------------------------------
 archiva-modules/archiva-web/archiva-web-common/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/e4ef8273/archiva-modules/archiva-web/archiva-web-common/pom.xml
----------------------------------------------------------------------
diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml
index 645419f..1c58772 100644
--- a/archiva-modules/archiva-web/archiva-web-common/pom.xml
+++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml
@@ -494,7 +494,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <argLine>-Xmx1024m -Xms512m -XX:MaxPermSize=256m @{jacocoproperty}</argLine>
+          <argLine>-Xms1024m -Xmx2048m -server -XX:MaxPermSize=256m @{jacocoproperty}</argLine>
           <systemPropertyVariables>
             <appserver.base>${project.build.directory}/appserver-base</appserver.base>
             <plexus.home>${project.build.directory}/appserver-base</plexus.home>