Click here to Skip to main content
15,894,740 members

Comments by Alexander Kindel (Top 1 by date)

Alexander Kindel 28-Sep-19 17:32pm View    
Does memory that is reserved but not committed count as being part of the working set? According to https://docs.microsoft.com/en-us/windows/win32/memory/working-set, "the working set of a process is the set of pages in the virtual address space of the process that are currently resident in physical memory" which, according to https://docs.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-virtualalloc, reserved memory is not: MEM_RESERVE "reserves a range of the process's virtual address space without allocating any actual physical storage in memory or in the paging file on disk." I don't expect the amount of memory I actually commit to be anything out of the ordinary.