Created
April 18, 2016 04:29
-
-
Save G10DRAS/34e66205933a396fa2ea36364999f999 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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