From 483b6ae6017e8620c097428494f2554186082dce Mon Sep 17 00:00:00 2001 From: Tsz-Wo Nicholas Sze Date: Sun, 6 Oct 2024 21:21:06 -0700 Subject: [PATCH] Resest test Xmx to 2g --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cffadfc443..21483043f2 100644 --- a/pom.xml +++ b/pom.xml @@ -643,7 +643,7 @@ all 600 - -Xmx8g -XX:+HeapDumpOnOutOfMemoryError @{argLine} + -Xmx2g -XX:+HeapDumpOnOutOfMemoryError @{argLine} ${project.build.directory}/log ${project.build.directory}/tmp