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

zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new f738a886c [#1698] fix(test): Increase tests running memory for better 
stability (#1726)
f738a886c is described below

commit f738a886cd2337eabe128d58edea9e90403e753a
Author: RickyMa <[email protected]>
AuthorDate: Wed May 22 17:33:08 2024 +0800

    [#1698] fix(test): Increase tests running memory for better stability 
(#1726)
    
    ### What changes were proposed in this pull request?
    
    Increase tests running memory for better stability.
    
    ### Why are the changes needed?
    
    Fix: https://github.com/apache/incubator-uniffle/issues/1698.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Unnecessary.
---
 integration-test/common/pom.xml       | 2 +-
 integration-test/mr/pom.xml           | 2 +-
 integration-test/spark-common/pom.xml | 2 +-
 integration-test/tez/pom.xml          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/integration-test/common/pom.xml b/integration-test/common/pom.xml
index 0237342a4..01b1b91c9 100644
--- a/integration-test/common/pom.xml
+++ b/integration-test/common/pom.xml
@@ -176,7 +176,7 @@
                         </systemProperties>
                         
<redirectTestOutputToFile>${test.redirectToFile}</redirectTestOutputToFile>
                         <useFile>${test.redirectToFile}</useFile>
-                        <argLine>-ea -Xmx3g</argLine>
+                        <argLine>-ea -Xmx5g</argLine>
                         <failIfNoTests>false</failIfNoTests>
                     </configuration>
                 </plugin>
diff --git a/integration-test/mr/pom.xml b/integration-test/mr/pom.xml
index 2ad9c2deb..67e119ab5 100644
--- a/integration-test/mr/pom.xml
+++ b/integration-test/mr/pom.xml
@@ -160,7 +160,7 @@
                         </systemProperties>
                         
<redirectTestOutputToFile>${test.redirectToFile}</redirectTestOutputToFile>
                         <useFile>${test.redirectToFile}</useFile>
-                        <argLine>-ea -Xmx3g</argLine>
+                        <argLine>-ea -Xmx5g</argLine>
                         <failIfNoTests>false</failIfNoTests>
                     </configuration>
                 </plugin>
diff --git a/integration-test/spark-common/pom.xml 
b/integration-test/spark-common/pom.xml
index c547e532d..6d8a6b30b 100644
--- a/integration-test/spark-common/pom.xml
+++ b/integration-test/spark-common/pom.xml
@@ -193,7 +193,7 @@
             </systemProperties>
             
<redirectTestOutputToFile>${test.redirectToFile}</redirectTestOutputToFile>
             <useFile>${test.redirectToFile}</useFile>
-            <argLine>-ea -Xmx3g</argLine>
+            <argLine>-ea -Xmx5g</argLine>
             <failIfNoTests>false</failIfNoTests>
           </configuration>
         </plugin>
diff --git a/integration-test/tez/pom.xml b/integration-test/tez/pom.xml
index 81caef657..cabdeab25 100644
--- a/integration-test/tez/pom.xml
+++ b/integration-test/tez/pom.xml
@@ -165,7 +165,7 @@
             </systemProperties>
             
<redirectTestOutputToFile>${test.redirectToFile}</redirectTestOutputToFile>
             <useFile>${test.redirectToFile}</useFile>
-            <argLine>-ea -Xmx3g</argLine>
+            <argLine>-ea -Xmx5g</argLine>
             <failIfNoTests>false</failIfNoTests>
           </configuration>
         </plugin>

Reply via email to