From d8ef1847ef3640c216ca37804380bbd5092aba2f Mon Sep 17 00:00:00 2001 From: "Maria Odea B. Ching" Date: Fri, 7 Dec 2012 09:40:15 +0000 Subject: [PATCH] set permgen size in surefire plugin to prevent oome permgen error git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1418234 13f79535-47bb-0310-9956-ffa450edef68 --- archiva-modules/archiva-web/archiva-web-common/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/archiva-modules/archiva-web/archiva-web-common/pom.xml b/archiva-modules/archiva-web/archiva-web-common/pom.xml index 777ab10cb..728443c9f 100644 --- a/archiva-modules/archiva-web/archiva-web-common/pom.xml +++ b/archiva-modules/archiva-web/archiva-web-common/pom.xml @@ -507,6 +507,7 @@ org.apache.maven.plugins maven-surefire-plugin + -Xmx1024m -Xms512m -XX:MaxPermSize=256m ${project.build.directory}/appserver-base ${project.build.directory}/appserver-base -- 2.39.5