Raspberry Pi – Guide to disabling the Linux swap file

Shell instructions as follows:

sudo dphys-swapfile swapoff && sudo dphys-swapfile uninstall && sudo systemctl disable dphys-swapfile

Leave a comment