From 2d86ea07a6777a035a52a2feb6e8088955b45a8f Mon Sep 17 00:00:00 2001 From: Philippe DUL Date: Thu, 1 Jun 2023 14:46:45 +0200 Subject: [PATCH] [releng] Update memory --- vars/tester.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/tester.groovy b/vars/tester.groovy index 7c563c2..b0343bf 100644 --- a/vars/tester.groovy +++ b/vars/tester.groovy @@ -50,7 +50,7 @@ private def getJunitCmdTemplate(String capellaProductPath, String applicationPar return "sleep 10 && " + "java " + "${jacocoParameters} " + - "-Xms1024m -Xmx3500m " + + "-Xms1024m -Xmx3000m " + "-ea -da:org.eclipse.emf.common.util.URI " + // bug GMF 438712 "-Declipse.p2.data.area=@config.dir/../p2 " + "-Dfile.encoding=Cp1252 " +