Rilson Nascimento
unread,Jun 11, 2012, 11:11:23 AM6/11/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
In a small test I successfully used VirtualAlloc to commit 200 MB of
MEM_LARGE_PAGES; I was expecting to see an increase in Task Manager's
"Memory - Non-paged Pool" for the process (since MEM_LARGE_PAGES
memory cannot be paged, right?) but instead "Memory - Commit Size" was
the one that increased.
How does one find out the amount of MEM_LARGE_PAGES memory a process
currently has?
Is there a perfmon counter or debugger tool, etc that shows
specifically the current amount of MEM_LARGE_PAGES memory for a
process?
Thanks.