Skip to content

Commit 4946430

Browse files
committed
ops: Increase Github workflow to 20G swap
1 parent b74d8ba commit 4946430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
sudo swapoff /mnt/swapfile
2828
sudo rm -v /mnt/swapfile
29-
sudo fallocate -l 13G /mnt/swapfile
29+
sudo fallocate -l 20G /mnt/swapfile
3030
sudo chmod 600 /mnt/swapfile
3131
sudo mkswap /mnt/swapfile
3232
sudo swapon /mnt/swapfile

0 commit comments

Comments
 (0)