Windows – How to know when to upgrade RAM in Vista

memorytask-managerwindows-vista

enter image description hereenter image description here

Task Manager: XP on the left, Vista on the right.

On XP, I would check to see if Peak Commit Charge was approaching Total Physical Memory. When Peak exceeded Total during normal usage, the page file gets hit harder and performance degrades. I would know to recommend a RAM upgrade.

As Jeff explains, Vista uses RAM differently.

How do I read Task Manager in Vista to objectively determine if it's time to upgrade (i.e., the page file is getting taxed)?

Best Answer

I recommend using the Reliability and Performance Monitoring Tool to see if your system is memory starved, specifically the memory section. Look for hard faults/sec:

A hard fault (also known as a page fault) occurs when the page of the referenced address is no longer in physical memory and has been swapped out or is available from a backing file on disk. It is not an error. However, a high number of hard faults may explain the slow response time of an application if it must continually read data back from disk rather than from physical memory.

Related Question