<aside>
1. cat /etc/fstab | grep swap 2. sudo swapoff /swapfile 3. sudo rm -f /swapfile 4. sudo vim /etc/fstab
</aside>