From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] RFC: initial libxl support for xenpaging Date: Mon, 20 Feb 2012 12:12:30 +0100 Message-ID: <20120220111230.GA5856@aepfle.de> References: <1329486241.3131.81.camel@zakaz.uk.xensource.com> <20120217142505.GA10523@aepfle.de> <1329490712.3131.97.camel@zakaz.uk.xensource.com> <20120217152443.GA16995@aepfle.de> <1329492796.3131.104.camel@zakaz.uk.xensource.com> <20120217154346.GA19731@aepfle.de> <1329494069.3131.109.camel@zakaz.uk.xensource.com> <20120217160341.GA22266@aepfle.de> <1329496998.3131.131.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline 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: George Dunlap Cc: "xen-devel@lists.xensource.com" , Ian Campbell List-Id: xen-devel@lists.xenproject.org On Mon, Feb 20, George Dunlap wrote: > Start-of-day: > xenpaging off: Set balloon target to M, use PoD > xenpaging on: ?? > xenpaging delay: Set balloon target to M, use PoD. Wait > $pagingdelayboot seconds, if target not reached, set paging? Is the delay required? If paging and PoD target is M, xenpaging will do nothing because the guest can not exceed M (it will crash with OOM). Olaf