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 105c12e1b4 Update root-reserve-mb to 4096 in gradle.yml
105c12e1b4 is described below
commit 105c12e1b45342ce21c30978c66b93eeaf74a70f
Author: James Fredley <[email protected]>
AuthorDate: Sat Jan 31 21:23:24 2026 -0500
Update root-reserve-mb to 4096 in gradle.yml
Increased root filesystem reserve to 4 GB for better stability.
---
.github/workflows/gradle.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 47cef42397..7d9cd40aa6 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -441,7 +441,7 @@ jobs:
- name: Maximize build space
uses:
easimon/maximize-build-space@c28619d8999a147d5e09c1199f84ff6af6ad5794
with:
- root-reserve-mb: 3072 # Leave ~3 GB on root FS
+ root-reserve-mb: 4096 # Leave ~4 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)