Skip to content

Commit

Permalink
Increase the Java max heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Sep 9, 2024
1 parent bc16274 commit a9a376a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
run: |
echo "::add-matcher::${{ github.action_path }}/igpublisher-problem-matcher.json"
echo "::add-matcher::${{ github.action_path }}/sushi-problem-matcher.json"
java -Xmx4G -jar input-cache/publisher.jar ig.ini
java -Xmx8G -jar input-cache/publisher.jar ig.ini
echo "::remove-matcher owner=igpublisher::"
echo "::remove-matcher owner=sushi-error::"
echo "::remove-matcher owner=sushi-warning::"
Expand Down

0 comments on commit a9a376a

Please sign in to comment.