Skip to content

Commit

Permalink
-Dquarkus.native.native-image-xmx=13g
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Oct 14, 2024
1 parent e80617d commit 414d487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
run: mvn -B -U clean install -Dno-format

- name: Build with Maven (Native)
run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip
run: mvn -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip -Dquarkus.native.native-image-xmx=13g

0 comments on commit 414d487

Please sign in to comment.