From: Prasanth Pallamreddy Date: Tue, 16 Jul 2013 21:16:48 +0000 (-0700) Subject: Fix for bug 28 X-Git-Tag: releasepom-0.1.0~282^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=1d68bc09fba16472df3f3d10394d4935592dd96b;hp=44074929291b0f03b78595f01ec177fafedc237b 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 --- 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} +