Skip to content

Commit

Permalink
gh-action: +4gb as swap
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous authored Oct 9, 2023
1 parent 092017a commit 11b3f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/createUploadBlocklistFilter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
free -hm
df -h
# make swap: community.fly.io/t/6782/10
sudo fallocate -l 12G /tmp/swapfile
sudo fallocate -l 16G /tmp/swapfile
# unix.stackexchange.com/a/297155
sudo chown root:root /tmp/swapfile
sudo mkswap /tmp/swapfile
Expand Down

0 comments on commit 11b3f1b

Please sign in to comment.