Skip to content

Commit 09fbaa1

Browse files
authored
Increase root reserve space to 3 GB for docs publishing
1 parent b88a378 commit 09fbaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ jobs:
401401
- name: Maximize build space
402402
uses: easimon/maximize-build-space@c28619d8999a147d5e09c1199f84ff6af6ad5794
403403
with:
404-
root-reserve-mb: 1024 # Leave ~1 GB on root FS (default)
404+
root-reserve-mb: 3072 # Leave ~3 GB on root FS
405405
swap-size-mb: 2048 # Allocate 2 GB swap (default: 4 GB; reduce if not needed)
406406
remove-dotnet: 'true' # Remove .NET SDK (~3-4 GB savings)
407407
remove-android: 'true' # Remove Android tools (~2 GB savings)

0 commit comments

Comments
 (0)