This is an automated email from the ASF dual-hosted git repository.
yangjie01 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 c921ade2aef Revert "[SPARK-45536][BUILD] Lower the default `-Xmx` of
`build/mvn` to 3g"
c921ade2aef is described below
commit c921ade2aeffdeb438e1936000a76fdc13478a28
Author: yangjie01 <[email protected]>
AuthorDate: Sun Oct 15 14:01:23 2023 +0800
Revert "[SPARK-45536][BUILD] Lower the default `-Xmx` of `build/mvn` to 3g"
This reverts commit 3e2470de7ea8b97dcdd8875ef25f044998fb7588.
### What changes were proposed in this pull request?
This pr revert change of https://github.com/apache/spark/pull/43364.
### Why are the changes needed?
It seems to have no effect on fixing `Publish snapshot`, it still failed
- https://github.com/apache/spark/actions/runs/6514229181/job/17696846279
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GitHub Actions
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #43372 from LuciferYang/revert-SPARK-45536.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
---
build/mvn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/mvn b/build/mvn
index ad753833c69..3179099304c 100755
--- a/build/mvn
+++ b/build/mvn
@@ -36,7 +36,7 @@ _DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Preserve the calling directory
_CALLING_DIR="$(pwd)"
# Options used during compilation
-_COMPILE_JVM_OPTS="-Xss128m -Xmx3g -XX:ReservedCodeCacheSize=128m"
+_COMPILE_JVM_OPTS="-Xss128m -Xmx4g -XX:ReservedCodeCacheSize=128m"
# Installs any application tarball given a URL, the expected tarball name,
# and, optionally, a checkable binary path to determine if the binary has
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]