Ok so one issue I am having is the how to disable and re-enable the Swapfile on the Raspbian Jessie OS. So far the best source I found was from the first comment on this post:
To disable:
sudo chmod -x /etc/init.d/dphys-swapfile
sudo swapoff -a
sudo rm /var/swap
Then to re-enable it looks like all you have to do is:
Ok so one issue I am having is the how to disable and re-enable the Swapfile on the Raspbian Jessie OS. So far the best source I found was from the first comment on this post:
To disable:
Then to re-enable it looks like all you have to do is:
Anybody know of better ways? I want to add this to the video I am making. The draft is here: https://www.youtube.com/watch?v=pbWimjc0cig
The text was updated successfully, but these errors were encountered: