Originally posted by: drag
OK my bad... I did some research...
If you have excessive amounts of RAM there is no need for a swap partition. The kernel will simply not use it for anything important.
Like on a modern distro two sticks of 516 ram will provide you more memory than you will probably ever use for a desktop. Hell, anything above 516 and you probably be fine. Remember don't be decieved if you look at you memory statistics a see that you RAM is full even from running just X windows and something simple like a card game. The goal of the linux kernel is to use as much RAM as possible. Unused RAM is wasted RAM.
I use 128megs and I DO do quite a bit of paging....
Plus Linux can use a swap file you can create it and put it in you fstab file so it's available on boot up, however this is pointless if you have a modern large harddive, space is so figgin' cheap on a HD then compared to RAM, there is not much point to not having a swap partition and using a swap file will cause a performance hit.
I guess a swap is good insurance, because if a active proccess consumes your entire RAM and runs out of space it can crash your computer pretty easily. Plus it is quicker to put unused information in the swap partition for retreival later than keeping loading it from the HD.