How to fix task manager memory column if it shows lies

6,724

Solution 1

Check your Number format settings in control panel - regional options. The decimal symbol and the digit grouping symbol should be the different characters, e.g. . and ,. There are various glitches in some programs if they are the same.

Solution 2

This is an ancient post, and there's not a lot of information here, but we can see that despite all those small working sets the physical memory usage is high, at a total of 87%. Because of the small amount of available RAM, Windows has probably shrunk process working sets as much as it can to make room for something else - possibly nonpaged pool, which is possibly being leaked by some driver. This does not show up in any process working set. The next things to look at would be the Task Manager's "Performance" tab and the sysinternals tool RAMmap. If it is a nonpaged pool issue, Poolmon will often let you find the offending driver. If it isn't, or if Poolmon isn't helpful, then the Windows Performance Toolkit is the next thing to try.

Solution 3

See this article What do the Task Manager memory columns mean?.

You need to choose in the View menu "Select columns", which columns to display.

You might have wanted to see Memory - Working Set:

Amount of memory in the private working set plus the amount of memory the process is using that can be shared by other processes.

Share:
6,724

Related videos on Youtube

Viaceslav D.
Author by

Viaceslav D.

Updated on September 17, 2022

Comments

  • Viaceslav D.
    Viaceslav D. almost 2 years

    I have a problem in showing memory in task manager with memory and paging columns. Why it shows so small size usage? And maybe anyone knows how to fix it?

    Here is a screenshot(working set, memory, page pool) sorted by most consuming: alt text

  • Viaceslav D.
    Viaceslav D. almost 14 years
    no, I want to see normal Working set size. Don't you see that most consuming software used only 293 K ? shouldnt it be like 293,xxx K ?
  • harrymc
    harrymc almost 14 years
    This would be 293 MB which is enormous - almost one third of a GB.
  • Viaceslav D.
    Viaceslav D. almost 14 years
    Indeed it is using 293 MB.So I want real number )
  • harrymc
    harrymc almost 14 years
    Why do you think it's using this amount? Have you tried the other memory columns?
  • Viaceslav D.
    Viaceslav D. almost 14 years
    Yes I have tried all memory columns. At my workplace employees have normal display of the memory usage except me. And at home I also have them correctly displayed. Something is really wrong :)
  • harrymc
    harrymc almost 14 years
    Compare with the world's best task manager: Process Explorer at technet.microsoft.com/en-us/sysinternals/bb896653.aspx. If Process Explorer says it's so, then it's so.
  • Synetech
    Synetech over 10 years
    This would be 293 MB which is enormous - almost one third of a GB. Except that is not what the screenshot shows; it shows 293 kilobytes, not megabytes.