Skip to content

Commit

Permalink
decrease swap size
Browse files Browse the repository at this point in the history
  • Loading branch information
piket committed Nov 3, 2023
1 parent c7d6441 commit a9d69a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo swapoff -a
sudo fallocate -l 20G /swapfile
sudo fallocate -l 15G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
Expand Down

0 comments on commit a9d69a8

Please sign in to comment.