Skip to content

Commit

Permalink
Set swap
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored Jan 18, 2024
1 parent 187fbe6 commit 955e6c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
done
displayName: Manage disk space
- script: |
sudo fallocate -l 10GiB /swapfile || true
sudo chmod 600 /swapfile || true
sudo mkswap /swapfile || true
sudo swapon /swapfile || true
displayName: Create swap file
- script: |
# sudo pip install --upgrade pip
sudo pip install setuptools shyaml
Expand Down

0 comments on commit 955e6c2

Please sign in to comment.