From 95a6effcefc5f9cb7bc3806db02c0a7b31360182 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Fri, 3 Mar 2023 09:40:57 +0100 Subject: [PATCH] Increase memory for the model tests to avoid an OOM error Closes #17427 --- testsuite/model/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/model/pom.xml b/testsuite/model/pom.xml index 7acbeafe7b..41c7ef2ee5 100644 --- a/testsuite/model/pom.xml +++ b/testsuite/model/pom.xml @@ -161,7 +161,7 @@ maven-surefire-plugin - @{argLine} -Xmx1024m -XX:+ExitOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED + @{argLine} -Xmx1536m -XX:+ExitOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED