From 1d68bc09fba16472df3f3d10394d4935592dd96b Mon Sep 17 00:00:00 2001 From: Prasanth Pallamreddy Date: Tue, 16 Jul 2013 14:16:48 -0700 Subject: [PATCH] Fix for bug 28 https://bugs.opendaylight.org/show_bug.cgi?id=28 Updated surefire and failsafe plugin configurations to set heap to 1gb and permgen to 256mb. These settings allow the Northbound integration tests to pass in both unit test and integration modes. Change-Id: I06f5254458db65c06b84076d6f3022cdcd983cf6 Signed-off-by: Prasanth Pallamreddy --- opendaylight/commons/opendaylight/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 98e1d1ab90..33218808a8 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -40,6 +40,7 @@ 3.6.0.RELEASE 2.2.0.RELEASE 2.10 + -Xmx1024m -XX:MaxPermSize=256m @@ -313,6 +314,9 @@ org.apache.maven.plugins maven-failsafe-plugin ${failsafe.version} + + ${testvm.argLine} + @@ -325,6 +329,9 @@ org.apache.maven.plugins maven-surefire-plugin ${surefire.version} + + ${testvm.argLine} + -- 2.36.6