Skip to content

Commit

Permalink
reduce root-reserve-mb to 59392
Browse files Browse the repository at this point in the history
  • Loading branch information
briney committed Feb 13, 2024
1 parent 619a995 commit 18ec703
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 61440
root-reserve-mb: 59392
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 61440
root-reserve-mb: 59392
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
Expand Down Expand Up @@ -423,7 +423,7 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 61440
root-reserve-mb: 59392
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
Expand Down Expand Up @@ -632,7 +632,7 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 61440
root-reserve-mb: 59392
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
Expand Down Expand Up @@ -750,7 +750,7 @@ jobs:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 61440
root-reserve-mb: 59392
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
Expand Down

0 comments on commit 18ec703

Please sign in to comment.