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

yihua pushed a commit to branch release-0.14.1-spark35-scala213
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit 585552db1c42e06373adfce04db0b892ab878fe1
Author: Lin Liu <[email protected]>
AuthorDate: Thu Jan 11 19:26:34 2024 -0800

    [HUDI-6902] Give minimum memory for unit tests (#10469)
    
    Changes:
    1. Set initial memory 128M.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cd8d620cadf..17e6a024502 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,7 +204,7 @@
     <spark.bundle.hive.shade.prefix/>
     <utilities.bundle.hive.scope>provided</utilities.bundle.hive.scope>
     <utilities.bundle.hive.shade.prefix/>
-    <argLine>-Xmx2g</argLine>
+    <argLine>-Xmx2g -Xms128m</argLine>
     <jacoco.version>0.8.8</jacoco.version>
     <presto.bundle.bootstrap.scope>compile</presto.bundle.bootstrap.scope>
     
<presto.bundle.bootstrap.shade.prefix>org.apache.hudi.</presto.bundle.bootstrap.shade.prefix>

Reply via email to