Skip to content

Instantly share code, notes, and snippets.

@soulaway
Created October 15, 2023 20:44
Show Gist options
  • Save soulaway/d0e18f3d86672f8c3a78b1bad76487d7 to your computer and use it in GitHub Desktop.
Save soulaway/d0e18f3d86672f8c3a78b1bad76487d7 to your computer and use it in GitHub Desktop.
sudo apt update
# 16 x 128 = 2048
sudo dd if=/dev/zero of=/swapfile bs=128M count=16
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapon -s
sudo nano /etc/fstab >> /swapfile swap swap defaults 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment