Skip to content

Commit

Permalink
Increase Xmx to 3500m for Validate PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed May 16, 2024
1 parent 3350163 commit 7c19091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ concurrency:

env:
LANG: en_US
MAVEN_OPTS: -Xmx3000m
MAVEN_OPTS: -Xmx3500m
CQ_MAVEN_ARGS: -V -ntp -e -Daether.connector.http.connectionMaxTtl=120

jobs:
Expand Down

0 comments on commit 7c19091

Please sign in to comment.