From 50a62394f19afe71e8c6504868ccbc6f178c7fdb Mon Sep 17 00:00:00 2001 From: aheritier Date: Wed, 25 Oct 2006 02:23:25 +0000 Subject: [PATCH] Set forked JVM memory parameters for tests git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@467540 13f79535-47bb-0310-9956-ffa450edef68 --- plugins-parent/project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins-parent/project.properties b/plugins-parent/project.properties index afb9ff24..4586e7da 100644 --- a/plugins-parent/project.properties +++ b/plugins-parent/project.properties @@ -146,6 +146,7 @@ maven.scm.checkout.dir=${maven.build.dir}/scm/checkout # Fork so that plugins unit tests are run with the correct classpath maven.junit.fork = true maven.junit.forkmode = once +maven.junit.jvmargs = -XX:MaxPermSize=128m -Xmx512m #===== # XDOC plugin settings