From 1783bbaa6f74cceeaa1bac9422afafd80dad205b Mon Sep 17 00:00:00 2001 From: Laurenz Rettig <53396064+rettigl@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:34:41 +0100 Subject: [PATCH] Improve documentation workflow increase remaining root space to 2GB --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c1388051..7f557852 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -30,7 +30,7 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@master with: - root-reserve-mb: 512 + root-reserve-mb: 2048 swap-size-mb: 1024 remove-dotnet: 'true' remove-codeql: 'true'