From 7a0d7d18975d45fd07b9f73bbf6f2a37a70de766 Mon Sep 17 00:00:00 2001 From: Abhishek Radhakrishnan Date: Fri, 13 Sep 2024 05:24:07 -0400 Subject: [PATCH] Bump up -Xmx2500m from 2GB and keep MaxDirectMemorySize as 2500m as well. (#17056) --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 893e4cb45f9c..de7543867610 100644 --- a/pom.xml +++ b/pom.xml @@ -1765,9 +1765,7 @@ @{jacocoArgLine} ${jdk.strong.encapsulation.argLine} ${jdk.security.manager.allow.argLine} - - -Xmx2048m + -Xmx2500m -XX:MaxDirectMemorySize=2500m -XX:+ExitOnOutOfMemoryError -XX:+HeapDumpOnOutOfMemoryError