Skip to content

Commit

Permalink
Merge pull request #1083 from stuartwdouglas/native-image-mem
Browse files Browse the repository at this point in the history
Increase native image memory
  • Loading branch information
stuartwdouglas committed Feb 28, 2019
2 parents a0cf9ee + 9ab388d commit 32ea8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
displayName: 'Maven Build'
inputs:
goals: 'install'
options: '-B --settings azure-mvn-settings.xml -Dnative-image.docker-build -Dtest-postgresql -Dnative-image.xmx=4g -Dnative -Dno-format'
options: '-B --settings azure-mvn-settings.xml -Dnative-image.docker-build -Dtest-postgresql -Dnative-image.xmx=5g -Dnative -Dno-format'

- script: |
docker build -f docker/integration-test-main/Dockerfile -t jtgdocker1/quarkus-integration-test-main integration-tests/main
Expand Down

0 comments on commit 32ea8a4

Please sign in to comment.