Skip to content

Commit e68efc1

Browse files
authored
Merge pull request #47182 from gsmet/more-memory-for-deploy-snapshots
Give more memory to deploy-snapshots.yml job
2 parents 83f8ebe + 2627fe2 commit e68efc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-snapshots.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
${{ steps.cache-key.outputs.m2-monthly-cache-key }}-
4646
- name: Build and Deploy
4747
env:
48+
MAVEN_OPTS: -Xmx3g -XX:MaxMetaspaceSize=1g
4849
GITHUB_TOKEN: ${{ secrets.GITHUB_API_TOKEN }}
4950
SERVER_USERNAME: ${{ secrets.SERVER_USERNAME }}
5051
SERVER_PASSWORD: ${{ secrets.SERVER_PASSWORD }}

0 commit comments

Comments
 (0)