Skip to content

Commit

Permalink
Update build_tiber.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mionsz authored Oct 29, 2024
1 parent 86fbdad commit 0342352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_tiber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
sudo free -h
sudo lsblk
- name: "Set swap to 8Gi"
- name: "Set swap to 20Gi"
shell: bash
run: |
export SWAP_FILE=$(sudo swapon --show=NAME | tail -n 1)
sudo swapoff $SWAP_FILE
sudo rm $SWAP_FILE
sudo fallocate -l 8192M $SWAP_FILE
sudo fallocate -l 20480M $SWAP_FILE
sudo chmod 600 $SWAP_FILE
sudo mkswap $SWAP_FILE
sudo swapon $SWAP_FILE
Expand Down

0 comments on commit 0342352

Please sign in to comment.