From: danielhanrahan Date: Mon, 29 Jan 2024 14:28:06 +0000 (+0000) Subject: Limit heap size in Groovy integration tests X-Git-Tag: 3.4.3~6^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7a35d9243774715c93b7d7dc53ff80333b3855f6;p=cps.git Limit heap size in Groovy integration tests Configure maven to limit heap size in integration tests to help detect OutOfMemory errors in groovy tests. The figure 512MB was chosen as this is 25% of 2GB (JVM by default uses 25% of total memory for heap). Issue-ID: CPS-2052 Signed-off-by: danielhanrahan Change-Id: Ie1160f85ba3970e4c43fccee41c2821dc83a8e53 --- diff --git a/integration-test/pom.xml b/integration-test/pom.xml index f03b1c63e..3ac096418 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -1,7 +1,7 @@