What is my peak total memory usage? How much of my RAM is actually being actively used?
Posted
by
William C
on Super User
See other posts from Super User
or by William C
Published on 2010-11-20T07:34:22Z
Indexed on
2011/01/04
22:55 UTC
Read the original article
Hit count: 231
memory-management
Hi,
Is there an app or utility in Windows that shows me the peak value of in-use memory (i.e., the total of the shareable and private memory of processes, drivers and the operating system) (not standby nor free)?
I've got lots of memory and I'm installing an in-memory file cache, called "eBoostr", and would like an idea how much memory to allocate for it and still avoid deteriorating page faults.
Essentially, I want the answer to the question, "How much of my RAM is actually being actively used?"
W
© Super User or respective owner