Swap

Linux needs swap if you run out of ram its choices are

use free to see memory and swap usage

to create a swap use a free partition and then use the

 mkswap partition_name

you then have to add it to fstab once there you can use

 swapon -a 

to enable it use

<swapon -s </code> to check it