Search Results

0
votes

A way to determine a process’s “real” memory usage, i.e. private dirty RSS?

Top knows how to do this. It shows VIRT, RES and SHR by default on Debian Linux. VIRT = SWAP + RES. RES = CODE + DATA. SHR is the memory that may be shared with another process (shared library or …
1
vote

why do we need zone_highmem on x86?

Look Here: http://www.xml.com/ldd/chapter/book/ch13.html Kernel low memory is the 'real' memory map, addressed wi …