From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: xl.cfg, memory options clarification Date: Fri, 9 Mar 2012 15:59:58 +0100 Message-ID: <20120309145958.GA14188@aepfle.de> References: <4F5A179F.8060608@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <4F5A179F.8060608@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Anthony PERARD Cc: Ian Jackson , xen-devel@lists.xensource.com, Stefano Stabellini , Ian Campbell List-Id: xen-devel@lists.xenproject.org On Fri, Mar 09, Anthony PERARD wrote: > I though "memory" is the amount of RAM that a guest will have. So qemu > upstream will have this value as an amount of RAM and when qemu ask for the > videoram, ... maxmem= is the amount of memory the guest OS thinks it has, the one it has to configure itself for. Think of it as a virtual memory stick with capacity n GiB. memory= is the amount of memory the balloon driver in the guest OS is supposed to leave for the guest OS. Olaf