ivoson commented on code in PR #53652: URL: https://github.com/apache/spark/pull/53652#discussion_r2654887629
########## .sbtopts: ########## @@ -16,5 +16,5 @@ # -J-Xmx8g --J-Xms8g +-J-Xms4g Review Comment: Change -Xms to 4g to save some memory for sql test where we modified the -Xmx to 6g. Otherwise, CI jobs may be terminated due to memory pressure. Another option is to modify the UT case to disable shuffle checksum, then we don't need to change the memory settings. -- 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]
