Skip to main content
8 events
when toggle format what by license comment
Sep 26, 2017 at 21:55 comment added Jamie Hanrahan Of the four counters you put in your table, only "PoolNonPagedBytes" is a count of nonpageable virtual memory, hence that amount of physical memory will be used.The others are all virtual. Like any other virtual memory size the actual RAM it uses is almost always much less, That's one of the whole points of virtual memory.
Aug 25, 2009 at 13:13 vote accept dggoldst
Aug 4, 2009 at 13:01 comment added Rowland Shaw Very odd. I could point out that PrivateBytes is a subset of VirtualBytes (Virtual bytes is the proportion of address space allocated, whilst private bytes is that memory that hasn't been freed yet - you can get fragmentation of memory with a small memory leak, and have applications die with not enough memory, even when there is plenty available). It may be that the virtualisation driver is allocating the memory in a way that means it won't show up, which would makes sense as the memory should be immune from paging out to disk.
Aug 4, 2009 at 10:08 comment added dggoldst Thanks, this is very helpful. I've added the analysis to the question. Still can't figure out why it doesn't sum to 750 though.
Aug 4, 2009 at 7:58 comment added Rowland Shaw Have added...
Aug 4, 2009 at 7:58 history edited Rowland Shaw CC BY-SA 2.5
Add details on where to find said counter
Aug 4, 2009 at 7:49 comment added dggoldst Hi. I tried this but had no luck finding anything called Private Bytes. Can you give a step-by-step?
Aug 2, 2009 at 17:58 history answered Rowland Shaw CC BY-SA 2.5