From 177416229c8ac60835ee641bfe7a6f91329e4028 Mon Sep 17 00:00:00 2001 From: Tom Lin Date: Sun, 24 Sep 2023 23:23:40 +0100 Subject: [PATCH] Increase CI root reserve for ROCm and tmp spills 4 --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 4167c49..7a9755c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -75,8 +75,8 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@v8 with: - root-reserve-mb: 1536 - swap-size-mb: 1024 + root-reserve-mb: 2048 + swap-size-mb: 512 remove-android: 'true' remove-codeql: 'true'