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 17:36:44 +0100 Message-ID: <20080501173644.50786041@core> References: <20080430174950187.00000002360@djm-pc> 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 > Can't vm_committed_space grow *bigger* than available memory when using > swap? It may indicate the 'static' demand for memory vm_committed_space measures address space commitment for anonymous objects. It doesn't measure memory or total virtual commitment. Alan