If you are missing the SWAP partition, you can install it manually.
Step 1: Install swap on Raspberry Pi
sudo apt-get install dphys-swapfile
Step 2: Start swap on Raspberry Pi
sudo /etc/init.d/dphys-swapfile start
If you are missing the SWAP partition, you can install it manually.
sudo apt-get install dphys-swapfile
sudo /etc/init.d/dphys-swapfile start