WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ?! does it really consume system resources at this level !?  (Read 1087 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1262
?! does it really consume system resources at this level !?
« on: April 11, 2022, 07:38:27 AM »
?! does it really consume system resources at this level !?

Look carefully at the red one!

« Last Edit: April 11, 2022, 07:41:24 AM by xor »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11227
Re: ?! does it really consume system resources at this level !?
« Reply #1 on: April 11, 2022, 08: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