Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: xor on April 11, 2022, 10:38:27 AM

Title: ?! does it really consume system resources at this level !?
Post by: xor on April 11, 2022, 10:38:27 AM
?! does it really consume system resources at this level !?

Look carefully at the red one!

(http://forum.tinycorelinux.net/index.php?action=dlattach;topic=25691.0;attach=6173)
Title: Re: ?! does it really consume system resources at this level !?
Post by: Rich on April 11, 2022, 11:56:29 AM
Hi xor
That is the  virtual  size of the process.
It represents how much address space the process can access.
Not all of those addresses actually have anything mapped to them.

Quote
VIRT stands for the virtual size of a process, which is the sum of memory it is actually using, memory it has mapped into itself (for instance the video card's RAM for the X server), files on disk that have been mapped into it (most notably shared libraries), and memory shared with other processes. VIRT represents how much memory the program is able to access at the present moment.

Found here:
https://unix.stackexchange.com/questions/479168/htop-using-more-virt-memory-than-i-have-storage