The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Difference between PF usage and RAM usage?

    Discussion in 'Windows OS and Software' started by I♥RAM, Oct 12, 2008.

  1. I♥RAM

    I♥RAM Notebook Deity

    Reputations:
    233
    Messages:
    1,596
    Likes Received:
    0
    Trophy Points:
    55
    I know for the longest time I've looked at my PF usage in task manager as the amount of memory my computer is using when I know it's the page file. What does it really mean and is PF usage a bad way to determine how much RAM is being spent?

    Thanks!
     
  2. BetterWriting

    BetterWriting Notebook Enthusiast

    Reputations:
    -15
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    5
    PF Usage is, indeed, a bad way to see how much memory is being used. The PF usage stat in Task Manager shows the total commit charge for all processes in the system. A program might tell the OS that it could potentially use some memory, and never actually use it, but that memory is still added to the PF usage stat. Similarly, memory that's not backed by the page file is probably in use, but is not added to the stat.

    If you want to understand Windows memory usage, your best bet is to get a copy of Windows Internals and read the memory management chapter.