This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new b541000d43e Bump up max heap memory for unit tests from 1.5 GB to 2
GB. (#15507)
b541000d43e is described below
commit b541000d43e39cd7aacde25f546d4dbce954f2d3
Author: Abhishek Radhakrishnan <[email protected]>
AuthorDate: Thu Dec 7 02:04:04 2023 -0800
Bump up max heap memory for unit tests from 1.5 GB to 2 GB. (#15507)
---
pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a23c4b96dee..b03e3370599 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1725,7 +1725,9 @@
@{jacocoArgLine}
${jdk.strong.encapsulation.argLine}
${jdk.security.manager.allow.argLine}
- -Xmx1500m
+ <!-- Bump up memory from 1.5 GB to 2 GB. This is
particularly needed for JDK 17 where
+ we have jfr profiler enabled which adds additional
memory pressure. -->
+ -Xmx2048m
-XX:MaxDirectMemorySize=2500m
-XX:+ExitOnOutOfMemoryError
-XX:+HeapDumpOnOutOfMemoryError
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]