How much memory does your pc use up when idle?

Or you could test by rebooting and noticing how everything loads up slower for the first time.

Obviously if the amount of required memory exceeds that which is physically installed then performance is going to take a hit due to the increased frequency of page swapping.

But until you reach that threshold (and most PCs rarely do), then the rule of "free memory is wasted memory" applies always.

This is CS 101.
 
Dutch Guy said:
How can a computer that has a lot of free memory be faster, that doesn't make sense :confused:

Basically you need as much stuff in the memory but still have enough free to load a game.

Check out the difference between load times (as in opening a new program) with a PC using loads of memory and a PC using less memory.,
 
Craig321 said:
Check out the difference between load times (as in opening a new program) with a PC using loads of memory and a PC using less memory.,
Maybe the one using more memory will have more running programs and therefore be slower, not because of the memory used?

If I have a lot of programs open and therefore a lot of memory used and I launch say Microsoft Excel, Word and Access, close them and open them again, the 2nd time I open them goes a lot faster than the first time.
 
Dutch Guy said:
Maybe the one using more memory will have more running programs and therefore be slower, not because of the memory used?
Correct. The more software that is open the more threads your processor(s) is context switching between. As long as memory usage is less than the total amount of installed physical memory then disk swapping is kept to a minimum and virtual memory access performance remains constant.
 
Last edited:
Back
Top Bottom