This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/5.1 by this push:
     new e337c36b7f PHOENIX-7066 Specify -Xms for tests
e337c36b7f is described below

commit e337c36b7fb909a5bf256d024c55bb34816b6e40
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Oct 12 09:25:35 2023 +0200

    PHOENIX-7066 Specify -Xms for tests
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c70413330b..bb18931630 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,8 +170,9 @@
 
     <!-- JVM version dependent JVM options for running tests. Keep mostly in 
sync with HBase-->
     <surefire.Xmx>2200m</surefire.Xmx>
+    <surefire.Xms>1000m</surefire.Xms>
 
-    <phoenix-surefire.argLine>-enableassertions -Xmx${surefire.Xmx}
+    <phoenix-surefire.argLine>-enableassertions -Xmx${surefire.Xmx} 
-Xms${surefire.Xms}
       -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
       -Djava.awt.headless=true 
-Djdk.net.URLClassPath.disableClassPathURLCheck=true
       -Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced

Reply via email to