Skip to content

Commit b32dc42

Browse files
committed
Add more heapspace to process
Signed-off-by: Knut-Erik Johnsen <[email protected]>
1 parent 0a82e43 commit b32dc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-release-provider-model.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
4949
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
5050
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
51-
MAVEN_OPTS: "-Xmx2048m"
51+
MAVEN_OPTS: "-Xmx4096m"
5252
working-directory: "./provider-models/crossplane-${{ github.event.inputs.provider }}"
5353
run : ./fetchAndBuild.sh "${{ github.event.inputs.releaseversion }}" "${{ github.event.inputs.family }}"
5454
- name: Create release

0 commit comments

Comments
 (0)