This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/grails-static-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f4642f1d03 Increase root reserve space to 3 GB in workflow
9f4642f1d03 is described below

commit 9f4642f1d031d696b5ffa8547c16303f6e8a6aa0
Author: James Fredley <[email protected]>
AuthorDate: Thu Oct 9 16:48:14 2025 -0400

    Increase root reserve space to 3 GB in workflow
---
 .github/workflows/publish.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 759e9f2f01a..a9064968901 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
       - name: Maximize build space
         uses: 
easimon/maximize-build-space@c28619d8999a147d5e09c1199f84ff6af6ad5794
         with:
-          root-reserve-mb: 1024  # Leave ~1 GB on root FS (default)
+          root-reserve-mb: 3036  # Leave ~3 GB on root FS (default)
           swap-size-mb: 2048     # Allocate 2 GB swap (default: 4 GB; reduce 
if not needed)
           remove-dotnet: 'true'  # Remove .NET SDK (~3-4 GB savings)
           remove-android: 'true' # Remove Android tools (~2 GB savings)

Reply via email to