Skip to content

Instantly share code, notes, and snippets.

@G10DRAS
Created April 18, 2016 04:29
Show Gist options
  • Save G10DRAS/34e66205933a396fa2ea36364999f999 to your computer and use it in GitHub Desktop.
Save G10DRAS/34e66205933a396fa2ea36364999f999 to your computer and use it in GitHub Desktop.
To resize swap space:
sudo nano /etc/dphys-swapfile
CONF_SWAPSIZE=750
sudo dphys-swapfile setup
sudo dphys-swapfile swapon
ls -l /var/swap
free -h
sudo apt-get --purge clean
Free The Swap space
sudo swapoff -a
free -h
sudo update-rc.d -f dphys-swapfile remove
sudo rm /var/swap
ls -l /var/swap
free -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment