Skip to content

Commit

Permalink
odpi/egeria#6907 build update - correct memory parm
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Oct 20, 2022
1 parent 5ddcb9f commit 91f2fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-java11-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
key: ${{ runner.os }}-maven-java11-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-java11
- name: Build with Maven
run: mvn -DargLine="-XmX4096m -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:GCTimeRatio=99" -B clean verify --file pom.xml
run: mvn -DargLine="-Xmx4096m -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:GCTimeRatio=99" -B clean verify --file pom.xml
- name: Upload assemblies
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 91f2fb9

Please sign in to comment.