1. fallocate -l 512M /swapfile
2. chmod 600 /swapfile
3. mkswap /swapfile
4. swapon /swapfile
5. Edit fstab file
/swapfile none swap defaults 0 0
 
							
			
								
			
			
	1. fallocate -l 512M /swapfile
2. chmod 600 /swapfile
3. mkswap /swapfile
4. swapon /swapfile
5. Edit fstab file
/swapfile none swap defaults 0 0