Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 22:50:45 -0800 (PST)
From:      BBlister <bblister@gmail.com>
To:        freebsd-emulation@freebsd.org
Subject:   Re: [VBox] Why VirtualBox process is so large?
Message-ID:  <1387608645158-5870477.post@n5.nabble.com>
In-Reply-To: <52AADB18.3010407@rawbw.com>
References:  <52AADB18.3010407@rawbw.com>

next in thread | previous in thread | raw e-mail | index | archive | help

One column is the  VSZ     and the other column is the RSS  .

What you should look at is the RSS column which is the real physical memory
allocated. Thus, if you
configure 512MB and your machine used 444MB RSS memory, then it has not
touched at all a memory portion. Usually the overhead is ~80MB. So, a VM
with 512MB which uses all the memory, will have RSS 512+70 ~600MB . 

Note that the VSZ is the virtual allocated memory, that is the memory that
has been *virtually* allocated, and maybe it has been used or not. This
exists in the virtual memory subsystem. Do not worry about VSZ, all
operating systems have very large ammounts of this memory.

The VSZ memory shows the memory that has originally requested, and the RSS
the memory that has been placed on RAM (from the VSZ). The rest of the VSZ
memory is either on disk, or just some entries in the process table
description structure.






--
View this message in context: http://freebsd.1045724.n5.nabble.com/VBox-Why-VirtualBox-process-is-so-large-tp5868082p5870477.html
Sent from the freebsd-emulation mailing list archive at Nabble.com.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1387608645158-5870477.post>