Skip to content

Commit

Permalink
Reduce swap file size
Browse files Browse the repository at this point in the history
  • Loading branch information
cgivre committed Nov 15, 2024
1 parent 413e4ce commit 1decd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# added to the Runner and memory hungry tests are run separately.
run: |
sudo sh -c "
fallocate -l 4G /tmp/swapfile
fallocate -l 2G /tmp/swapfile
chmod 0600 /tmp/swapfile
mkswap /tmp/swapfile
swapon /tmp/swapfile
Expand Down

0 comments on commit 1decd4b

Please sign in to comment.