From 448450ae88d80ba58c09252f77f96f34d5da75c1 Mon Sep 17 00:00:00 2001 From: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com> Date: Sat, 25 May 2024 07:06:26 +0200 Subject: [PATCH] ci: reduce go mem limit (#523) --- .github/workflows/software-upgrade-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/software-upgrade-test.yml b/.github/workflows/software-upgrade-test.yml index 868673f03..555a0f4aa 100644 --- a/.github/workflows/software-upgrade-test.yml +++ b/.github/workflows/software-upgrade-test.yml @@ -322,7 +322,7 @@ jobs: - name: Chain snapshot and export run: | - GOMEMLIMIT=32GiB \ + GOMEMLIMIT=8GiB \ ${{ needs.build-old-binary.outputs.OLD_UPGRADE_ASSURE_BINARY_PATH }} \ ${{ needs.retrieve-snapshot.outputs.SNAPSHOT_FILE_PATH }} \ ${{ needs.retrieve-old-binary.outputs.OLD_BINARY_PATH }} \