17. RES -- Resident Memory Size (KiB)
The non-swapped physical memory a task is using.
表示该进程分配的内存大小。不包括进入交换分区的内存。包括共享库占用的内存(只要共享库在内存中),包括所有分配的栈内存和堆内存。
36. VIRT -- Virtual Memory Size (KiB)
The total amount of virtual memory used by the task. It includes all code, data and shared librarie ...
36. VIRT -- Virtual Memory Size (KiB)
The total amount of virtual memory used by the task. It includes all code, data and shared libraries plus pages that have been
swapped out and pages that have been mapped but not used.