Quote:
Originally Posted by N2RJ
My ubuntu desktop at work got progressively slower and slower over the course of 2 years. I have no idea why. I upgraded it to 4GB RAM and a faster C2D processor and it was still slow. I ended up rebuilding it completely. It works fine for now but we'll see.
|
OH now you need to understand swap space.
Swap space is the UNIX form of the pagefile it's used for swapping unused code from memory to disk for later use. It's pushed over the edge if it doesn't get used or a program is closed (in theory).
Just like windows if you change the amount of memory you may need to change the swap space. The swap space partition should be expandable if more memory will be added in the future, large changes in general.
Rule of thumb is about the same as windows RAM x 1.5 = swap/page
Not a hard fast rule but it works.