Skip to content

Commit

Permalink
infra: specify heap size for diff report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nrmancuso authored and romani committed Dec 5, 2021
1 parent 49a6e2d commit 3fec584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/diff_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
REF="origin/${{needs.parse_body.outputs.branch}}"
REPO="../../checkstyle"
BASE_BRANCH="upstream/master"
export MAVEN_OPTS="-Xmx2048m"
if [ -f new_module_config.xml ]; then
groovy diff.groovy -r $REPO -p $REF -pc new_module_config.xml -m single\
-l project.properties -xm "-Dcheckstyle.failsOnError=false"\
Expand Down

0 comments on commit 3fec584

Please sign in to comment.