Skip to content

Commit 1849923

Browse files
authored
Update build-kernel-op11.yml
1 parent f2b0b71 commit 1849923

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-kernel-op11.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- name: Maximize build space
1212
uses: easimon/maximize-build-space@master
1313
with:
14-
root-reserve-mb: 16384 # 16 GB
15-
temp-reserve-mb: 4096 # 4 GB
16-
swap-size-mb: 16384 # 16 GB
14+
root-reserve-mb: 8192 # 8GB for root memory reservation
15+
temp-reserve-mb: 2048 # 2GB for temporary memory reservation
16+
swap-size-mb: 32768 # 32GB for swap size
1717
remove-dotnet: 'true'
1818
remove-android: 'true'
1919
remove-haskell: 'true'

0 commit comments

Comments
 (0)