From 82fe4006c2e2cf4a4c811dbd124490d987344b35 Mon Sep 17 00:00:00 2001 From: Andrey Loskutov Date: Wed, 25 Oct 2023 14:51:50 +0200 Subject: [PATCH] Specify 2GB max heap for tests `-Xmx2g` is needed for Jenkins where RAM is low. SDK doesn't specify `-Xmx` anymore, see https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1463 --- eclipse-platform-parent/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 790f28882d5..5570540cb80 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -526,7 +526,12 @@ ${tycho.version} true - ${surefire.testArgLine} ${surefire.platformSystemProperties} ${surefire.systemProperties} ${surefire.moduleProperties} + + -Xmx2g ${surefire.testArgLine} ${surefire.platformSystemProperties} ${surefire.systemProperties} ${surefire.moduleProperties}