Modification SWAP on RPI Installation

TurnToJPG -->


First disable the swap partition, for it will save your sd card:
Know where is your swap file:

$ cat /proc/swap*

Disable it via change the S to K under /etc/rcx.d, and reboot the services:

$ sudo mv S02dphys-swapfile K02dphys-swapfile