From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaeyong Yoo Subject: Re: Very strange behavior between balloon driver and network driver (Arndale) Date: Thu, 30 May 2013 03:44:01 +0000 (GMT) Message-ID: <7563594.166941369885441172.JavaMail.weblogic@epml25> Reply-To: jaeyong.yoo@samsung.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: MIME-version: 1.0 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org > > I guess the current work-around solution would be commenting out > > the following two lines, very nasty and introduces memory leak though. > > Memory leak gives more time than network error for testing xen on Arndale :) > > The kernel should reuse ballooned out pages where possible rather than > creating more so the leak is probably limited. Not ideal though. > > I suspect the real answer is that the 1:1 workaround needs to be > cleverer when dom0 decreases and increases its reservation... I agree. Jaeyong