Skip to content

Commit

Permalink
Update build-large-runner.yml (#2963)
Browse files Browse the repository at this point in the history
Updating test build job to match release job memory parameters
  • Loading branch information
ivan-kyosev-gs authored Jul 16, 2024
1 parent 3a82778 commit 517e6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-large-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Build
run: mvn -B -e -T 4 install -DargLine="-Xmx12g"
env:
MAVEN_OPTS: -Xmx10g
MAVEN_OPTS: -Xmx16g

0 comments on commit 517e6fe

Please sign in to comment.