Skip to content

Commit

Permalink
Increase Xmx to 4600m for initial-mvn-install job
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed May 8, 2024
1 parent 12aabbb commit 60a66d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/camel-master-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
examples-matrix: ${{ steps.set-examples-matrix.outputs.examples-matrix }}
alternate-jvm-matrix: ${{ steps.set-alternate-jvm-matrix.outputs.alternate-jvm-matrix }}
env:
MAVEN_OPTS: -Xmx4500m
MAVEN_OPTS: -Xmx4600m
steps:
- name: Check free space on disk
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
examples-matrix: ${{ steps.set-examples-matrix.outputs.examples-matrix }}
alternate-jvm-matrix: ${{ steps.set-alternate-jvm-matrix.outputs.alternate-jvm-matrix }}
env:
MAVEN_OPTS: -Xmx4500m
MAVEN_OPTS: -Xmx4600m
steps:
- name: Check free space on disk
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quarkus-master-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
examples-matrix: ${{ steps.set-examples-matrix.outputs.examples-matrix }}
alternate-jvm-matrix: ${{ steps.set-alternate-jvm-matrix.outputs.alternate-jvm-matrix }}
env:
MAVEN_OPTS: -Xmx4500m
MAVEN_OPTS: -Xmx4600m
steps:
- name: Check free space on disk
run: |
Expand Down

0 comments on commit 60a66d8

Please sign in to comment.