We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88a378 commit 09fbaa1Copy full SHA for 09fbaa1
.github/workflows/gradle.yml
@@ -401,7 +401,7 @@ jobs:
401
- name: Maximize build space
402
uses: easimon/maximize-build-space@c28619d8999a147d5e09c1199f84ff6af6ad5794
403
with:
404
- root-reserve-mb: 1024 # Leave ~1 GB on root FS (default)
+ root-reserve-mb: 3072 # Leave ~3 GB on root FS
405
swap-size-mb: 2048 # Allocate 2 GB swap (default: 4 GB; reduce if not needed)
406
remove-dotnet: 'true' # Remove .NET SDK (~3-4 GB savings)
407
remove-android: 'true' # Remove Android tools (~2 GB savings)
0 commit comments