Skip to content

Commit

Permalink
Merge pull request #12 from szymonlopaciuk/grow-swapfile-2
Browse files Browse the repository at this point in the history
Increase the swapfile to 12G
  • Loading branch information
szymonlopaciuk authored Oct 9, 2023
2 parents fac870b + 13bab38 commit 63cc31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Increase swapfile
run: |
sudo swapoff -a
sudo fallocate -l 10G /swapfile
sudo fallocate -l 12G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
Expand Down

0 comments on commit 63cc31f

Please sign in to comment.