Skip to content

Commit

Permalink
Raise maximum Java heap used in Daily native img generation
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Nov 19, 2023
1 parent 27b5405 commit 33136d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
run: |
mvn -fae -V -B -s .github/mvn-settings.xml -P ${{ matrix.profiles }} -fae clean verify -Dnative \
-Dquarkus.native.builder-image=quay.io/quarkus/${{ matrix.image }} \
-Dquarkus.native.native-image-xmx=4g \
-Dquarkus.native.native-image-xmx=7g \
-Dinclude.quarkus-cli-tests -Dts.quarkus.cli.cmd="${PWD}/quarkus-dev-cli"
- name: Zip Artifacts
if: failure()
Expand Down

0 comments on commit 33136d5

Please sign in to comment.