Skip to content

Commit

Permalink
Revert "[SPARK-45651][BUILD][FOLLOWUP] Reduce mvn -Xmx option to 2g i…
Browse files Browse the repository at this point in the history
…n publish_snapshot workflow"

This reverts commit 00c638c.
  • Loading branch information
HyukjinKwon committed Oct 27, 2023
1 parent d948be6 commit 0d665fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
GPG_KEY: "not_used"
GPG_PASSPHRASE: "not_used"
GIT_REF: ${{ matrix.branch }}
MAVEN_MXM_OPT: 2g
run: |
while true
do
Expand Down
2 changes: 1 addition & 1 deletion dev/create-release/release-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ git clean -d -f -x
rm -f .gitignore
cd ..

export MAVEN_OPTS="-Xss128m -Xmx${MAVEN_MXM_OPT:-12g} -XX:ReservedCodeCacheSize=1g"
export MAVEN_OPTS="-Xss128m -Xmx12g -XX:ReservedCodeCacheSize=1g"

if [[ "$1" == "package" ]]; then
# Source and binary tarballs
Expand Down

0 comments on commit 0d665fe

Please sign in to comment.