From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: RE: [PATCH] xl create: endless loop Date: Tue, 16 Nov 2010 14:40:24 +0000 Message-ID: References: <201010181450.36050.Christoph.Egger@amd.com> <201011031712.48007.Christoph.Egger@amd.com> <201011101134.50776.Christoph.Egger@amd.com> <749B9D3DBF0F054390025D9EAFF47F2230175138@shsmsx501.ccr.corp.intel.com> <749B9D3DBF0F054390025D9EAFF47F2230175173@shsmsx501.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-path: In-Reply-To: <749B9D3DBF0F054390025D9EAFF47F2230175173@shsmsx501.ccr.corp.intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Zhang, Yang Z" Cc: Christoph Egger , "xen-devel@lists.xensource.com" , Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Tue, 16 Nov 2010, Zhang, Yang Z wrote: > Yes I have the dom0_mem in xen command line. But I think the autoballoon is disable by default since there had an annotate before it, if it not I think we should add some comments like "autoballoon default is enable" as we see in the xmexample.hvm. > Autoballoon is enabled by default, a comment would probably be good > And the another question is why I should to disable the autoballoon manually in the xl.conf? why don't you to add a check in the xl to see whether the autoballon is enable or disable? > Good question. The problem is: how should I write this check? AFAIK there is no clear way to know if autoballooning should be enabled or disabled, apart from parsing the xen command line options, but it seems really ugly to me. In any case, could you please try disabling autoballooning and let me know if you still have this issue?