From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Re: 2.6.32 pvops dom0 oom when creating a domU Date: Mon, 1 Aug 2011 23:19:25 -0400 Message-ID: <20110802031925.GD11133@dumpdata.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Daniel Musketa Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Aug 02, 2011 at 01:57:53AM +0200, Daniel Musketa wrote: > 2011/8/2 Daniel Musketa : > > Maybe I should say more about memory usage: > > I got even more detailled logs for you in the attached file: > > line 3: dom0 memory: 2,560 M > line 20: 21,637 M free > line 34: dom0_mem=4000M > line 47: domU memory = '2800' > line 72: OOM begins > line 157: key 'm' on (XEN) console Try the 'mem=4G' in your Linux line (along with the one in your hypervisor). The problem is that Dom0 sets up pagetables for the 32GB even thought it is never going to use it - the 'mem=4G' should fix that for you.