EnricoMi opened a new pull request, #43555: URL: https://github.com/apache/spark/pull/43555
### What changes were proposed in this pull request? This re-does #43538, which has [falsely been reverted](https://github.com/apache/spark/pull/43538#issuecomment-1782568332). Limit max memory for `mvn clean deploy` to `2g` when run in `publish_snapshot` Github workflow. ### Why are the changes needed? The host that runs the workflow has only 7G of memory, while the `release-build.sh` script sets the limit to 12g, causing the process to be killed (for branch `master`). ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Not tested ### Was this patch authored or co-authored using generative AI tooling? No -- 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]
