From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [PATCH] linux/balloon: don't allow ballooningdowna domain below a reasonable limit Date: Thu, 1 May 2008 21:05:05 +0100 Message-ID: <20080501210505.08a128bb@core> References: <20080501173644.50786041@core> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: "dan.magenheimer@oracle.com" , "xen-devel@lists.xensource.com" , Ky Srinivasan , Jan Beulich , KurtGarloff List-Id: xen-devel@lists.xenproject.org > > vm_committed_space measures address space commitment for anonymous > > objects. It doesn't measure memory or total virtual commitment. > > i.e., things which will occupy swap space (if you have swap configured)? Yes. It measures swap commitment so that you can run with overcommit prevention.