Pārlūkot izejas kodu

fix: increase swap size for LTO setup from 10GB to 16GB

TheWildJames 3 mēneši atpakaļ
vecāks
revīzija
60a292b4f2
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -63,7 +63,7 @@ jobs:
     - name: Setup more Swap (for LTO)
       uses: thejerrybao/setup-swap-space@v1   # or pierotofy/set-swap-space
       with:
-        swap-size-gb: 10          # 10-24 GB is common for heavy LTO
+        swap-size-gb: 16          # 10-24 GB is common for heavy LTO
         # swap-space-path: /mnt/swapfile   # optional
 
     - name: Setup Build Environment