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

jamesfredley pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 6cce089473 Increase build runner root reserve to 6 GB
6cce089473 is described below

commit 6cce089473cab09f3d551704e6bc308e0838a6e6
Author: James Fredley <[email protected]>
AuthorDate: Sat Jan 31 22:19:36 2026 -0500

    Increase build runner root reserve to 6 GB
    
    Bump root-reserve-mb in .github/workflows/publish-docs.yml from 4096 to 
6144 so the CI runner leaves ~6 GB free on the root filesystem. This provides 
more headroom for doc build steps and helps avoid out-of-space issues; other 
maximize-build-space settings (swap and removals) remain unchanged.
---
 .github/workflows/publish-docs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-docs.yml 
b/.github/workflows/publish-docs.yml
index 9f0db66417..a8db3f82b3 100644
--- a/.github/workflows/publish-docs.yml
+++ b/.github/workflows/publish-docs.yml
@@ -39,7 +39,7 @@ jobs:
       - name: "⚙️ Maximize build space"
         uses: 
easimon/maximize-build-space@c28619d8999a147d5e09c1199f84ff6af6ad5794
         with:
-          root-reserve-mb: 4096  # Leave ~4 GB on root FS (default)
+          root-reserve-mb: 6144  # Leave ~6 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