From f47d27980f3b3f5889d7130f7aa769c9a0db8f1e Mon Sep 17 00:00:00 2001 From: Tom Lin Date: Sun, 24 Sep 2023 22:44:47 +0100 Subject: [PATCH] Increase CI root reserve for ROCm and tmp spills --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b96e880..d4a57e8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -75,7 +75,7 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@v8 with: - root-reserve-mb: 512 + root-reserve-mb: 2048 swap-size-mb: 1024 remove-android: 'true' remove-codeql: 'true'