Hey ... can you explain what paging basically means? What is a good number range for it ...
Bascially if you look if you look in the system memory section of activity monitor there is a section that says
page ins/outs this will be a number like 28921/0
avoiding all technical stuff it's the last number after the / you are looking at.
(the first number changes depending on how much work your computer is doing / has done)...
In this case /0 which means at no point did the system run out of memory and have to use virtual memory (hardrive space) which would slow down peformance.
If it stays at /0 you have more than sufficient memory to meet your needs and adding more memory is NOT going to boost your peformance.
However should that /0 change to somthing like 28921/13243
then it means for half of thr activity your computer has been doing you are using a good chunk of virtual memory and therefore could do with more ram in order to boost peformance.