From 89f4cb76b949e263e9fc80265b0f44d082906226 Mon Sep 17 00:00:00 2001 From: Maduranga Siriwardena Date: Wed, 20 Nov 2024 19:29:59 +0530 Subject: [PATCH] Increase surefire memory limit --- modules/integration/tests-integration/tests-backend/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/integration/tests-integration/tests-backend/pom.xml b/modules/integration/tests-integration/tests-backend/pom.xml index 1f8e9cdd598..5b42220d58d 100644 --- a/modules/integration/tests-integration/tests-backend/pom.xml +++ b/modules/integration/tests-integration/tests-backend/pom.xml @@ -47,7 +47,7 @@ 2.22.1 - -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError + -Xmx1536m -XX:+HeapDumpOnOutOfMemoryError -Dorg.apache.jasper.compiler.disablejsr199=true --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED