From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: Re: non-contiguous allocations Date: Sat, 7 May 2011 10:39:19 +0200 Message-ID: <20110507083919.GA28246@aepfle.de> References: <20110506181234.GA24767@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 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: Keir Fraser Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Fri, May 06, Keir Fraser wrote: > On 06/05/2011 19:12, "Olaf Hering" wrote: > > Is there a way to allocate more than 128mb with repeated calls to > > alloc_xenheap_page()? > > Yes it should just work. Are you sure you actually have more than 128MB > available (not all allocated to dom0 for example)? Thanks Keir. xm mem-set 0 1024 did the trick. I was under the impression dom0 would automatically get ballooned down to make room for the allocation requests. Olaf