RSS is ResidentSet Size, the non-swapped physical memory used by process.
RSS是驻留集合大小,即进程所使用的非交换区的物理内存。
2
Windows implements a policy of "trimming" a process's residentset when it does not appear to be in use.
Windows实现了一种“清除”进程驻留集的策略,在其看起来不再有用的时候予以清除。
3
Mem Usage: the online help calls this the working set of the process (although many would call it the residentset) — the set of pages currently in main memory.
Mem Usage(内存使用):在线帮助将其称为进程的工作集(尽管很多人称之为驻留集)——当前在主存中的页面集。