Skip to content

Commit

Permalink
ci: reduce mem limit to 8 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored May 16, 2024
1 parent 18afdd9 commit 5b3baee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/software-upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ jobs:

- name: Upgrade to new binary
run: |
GOMEMLIMIT=16GiB \
GOMEMLIMIT=8GiB \
${{ needs.build-new-binary.outputs.NEW_UPGRADE_ASSURE_BINARY_PATH }} \
${{ needs.retrieve-snapshot.outputs.SNAPSHOT_FILE_PATH }} \
${{ needs.build-new-binary.outputs.NEW_BINARY_PATH }} \
Expand Down

0 comments on commit 5b3baee

Please sign in to comment.