Matthew Alan, on Jun 29 2007, 12:55 PM, said:
I did what they reconmended. I honestly am not sure if I have the swap partioning. How do I check, and I downloaded that. Now how do I install?
If you used there recommendation and took up the complete Disk and you did not manage the partitioning yourself then you have a swap partition. You can check the amount of memory usage by using the free command. From a terminal at the $ type free -m . This should give you your memory usage. It will look something like this.....
rever@killa-linux:~$ free -m
total used free shared buffers cached
Mem: 2026 1952 73 0 44 1263
-/+ buffers/cache: 645 1381
Swap: 1027 30 997
Although the free is small if you look at the cache it is high. So most memory is still available for use.