Skip to content

Commit

Permalink
Merge pull request #1534 from michalvavrik/feature/lower-gh-ci-native…
Browse files Browse the repository at this point in the history
…-max-heap-size

Lower maximum Java heap size in GH native daily to 5g
  • Loading branch information
michalvavrik authored Nov 21, 2023
2 parents 92cb88c + 42474c4 commit 2bdf076
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=7g \
-Dquarkus.native.native-image-xmx=5g \
-Dinclude.quarkus-cli-tests -Dts.quarkus.cli.cmd="${PWD}/quarkus-dev-cli"
- name: Zip Artifacts
if: failure()
Expand Down

0 comments on commit 2bdf076

Please sign in to comment.