LuciferYang commented on code in PR #40830:
URL: https://github.com/apache/spark/pull/40830#discussion_r1171957696


##########
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 4096 -DcopyDependencies=false "$@" 
mimaReportBinaryIssues | grep -v -e "info.*Resolving"
+echo -e "q\n" | build/sbt -mem 4196 -DcopyDependencies=false "$@" 
mimaReportBinaryIssues | grep -v -e "info.*Resolving"

Review Comment:
   Does the GA instance still allow us to add more memory? If possible, we 
should continue to increase.
   
   I give https://github.com/apache/spark/pull/40862 to test on GA
   
   If we cannot add more memory, we need to roll back this patch and refactor 
the mima check mechanism
   
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to