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

ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c9153b206c [SPARK-43169][INFRA][FOLLOWUP] Add more memory for mima 
check
6c9153b206c is described below

commit 6c9153b206c4a7cbd3f8b81c4840cdcfd4a14412
Author: yangjie01 <[email protected]>
AuthorDate: Mon Apr 24 16:12:07 2023 +0800

    [SPARK-43169][INFRA][FOLLOWUP] Add more memory for mima check
    
    ### What changes were proposed in this pull request?
    This pr aims to change `-Xmx` from `4196` to `120` for dev/mima to avoid 
`GC overhead limit exceeded`.
    
    ### Why are the changes needed?
    Make `dev/mina` stable on GitHub Action.
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Manually check that `GC overhead limit exceeded` no longer exists
    
    Closes #40862 from LuciferYang/SPARK-43169-FOLLOWUP.
    
    Lead-authored-by: yangjie01 <[email protected]>
    Co-authored-by: YangJie <[email protected]>
    Signed-off-by: Ruifeng Zheng <[email protected]>
---
 dev/mima | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/mima b/dev/mima
index 06d6dba201b..4a9e343b0a7 100755
--- a/dev/mima
+++ b/dev/mima
@@ -42,7 +42,7 @@ $JAVA_CMD \
   -cp "$TOOLS_CLASSPATH:$OLD_DEPS_CLASSPATH" \
   org.apache.spark.tools.GenerateMIMAIgnore
 
-echo -e "q\n" | build/sbt -mem 4196 -DcopyDependencies=false "$@" 
mimaReportBinaryIssues | grep -v -e "info.*Resolving"
+echo -e "q\n" | build/sbt -mem 5120 -DcopyDependencies=false "$@" 
mimaReportBinaryIssues | grep -v -e "info.*Resolving"
 ret_val=$?
 
 if [ $ret_val != 0 ]; then


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to