Why is Process.PagedMemorySize64 > 0 when there is no paging memory on the machine?
I am runing .net code on a machine with the page file size set to zero. My application logs System.Diagnostics.Process.PagedMemorySize64 and is showing a value > 0. How can this be? The documentation for PagedMemorySize64 reads: The value returned by this property represents the current size of memory in the virtual memory pagin...