Skip to content

Commit

Permalink
Try 8G swap to avoid out of disk space error
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton committed Apr 15, 2024
1 parent 7355bc5 commit 2447b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
sudo swapon --show
sudo swapoff -a
sudo fallocate -l 12G /swapfile
sudo fallocate -l 8G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
Expand Down

0 comments on commit 2447b81

Please sign in to comment.