Skip to content

Commit

Permalink
Limit mvn to 3g of mem
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Oct 26, 2023
1 parent 7d7afb0 commit 9889128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
GPG_KEY: "not_used"
GPG_PASSPHRASE: "not_used"
GIT_REF: ${{ matrix.branch }}
MAVEN_OPTS: "-Xmx3g"
run: |
while true
do
Expand Down

0 comments on commit 9889128

Please sign in to comment.