Skip to content

Commit

Permalink
Set a higher Xmx for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Feb 8, 2023
1 parent c8b64bd commit 919324b
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 @@ -68,7 +68,7 @@ jobs:
distribution: temurin
java-version: ${{ matrix.java }}
- name: Build with Maven
run: MAVEN_OPTS=-Xmx3072m && ./mvnw -B clean install --settings .github/mvn-settings.xml --fail-at-end
run: MAVEN_OPTS=-Xmx4096m && ./mvnw -B clean install --settings .github/mvn-settings.xml --fail-at-end
- name: Delete Local Artifacts From Cache
shell: bash
run: rm -rf ~/.m2/repository/io/quarkus/quarkus-universe-bom*
Expand Down

0 comments on commit 919324b

Please sign in to comment.