From 74fc39a20ad9782bc30fdbbc07172b7834df4e3f Mon Sep 17 00:00:00 2001 From: Prasanth Pallamreddy Date: Mon, 10 Feb 2014 11:33:42 -0800 Subject: [PATCH] Use same memory settings for surefire and failsafe plugins - This addresses the OOME issue seen during the tail end of the build when running unit tests. Change-Id: I054e1dfa502bca19a62521a3b714f1a072b59ded Signed-off-by: Prasanth Pallamreddy --- opendaylight/commons/opendaylight/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index acda40035f..425696b4a7 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -1765,6 +1765,7 @@ maven-surefire-plugin ${surefire.version} + ${testvm.argLine} logback.configurationFile -- 2.36.6