[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] How to request contiguous memory for a domu
On Thu, 2011-07-21 at 09:28 +0100, Fan, Huaxiang wrote: > Hi gurus, > > > > I used xen 3.4.2. I noticed that, every time I reboot my box, the dom0 > occupy all available physical memory (except those used by xen > hypervisor), then /etc/init.d/xendomains try to boot domu specified > in /etc/xen/auto, then dom0 balloon out to free a portion of memory > (of course the resulting memory should be above dom0_min_mem) to meet > the memory requirement of incoming domu. > > > > My question is, is there a guarantee that the domu get contiguous > physical memory? No > Or how can I guarantee that? A guest can try to exchange memory for contiguous memory using XENMEM_exchange but there are limits on how bug a single contiguous region can be requested that way (I think it's around order 9 or so). Why do you want domU memory to be contiguous? There is no general requirement on dom0 or domU for this to be the case and the p2m/m2p mechanisms exist to allow non-contiguous machine memory. In general guests only need to arrange for contiguous memory for specific DMA buffers to specific physical devices which require it. Please explain what you are actually trying to achieve so we can best advise you. > (My memory capacity is big enough for meeting all domus and dom0 > memory requirements.) > > > > What about xen 4.1.0? > > > > Thanks in advance. > > HUAXIANG FAN > Software Engineer II > > WEBSENSE NETWORK SECURITY TECHNOLOGY R&D (BEIJING) CO. LTD. > ph: +8610.5884.4327 > fax: +8610.5884.4727 > www.websense.cn > > Websense TRITONâ > For Essential Information Protectionâ > Web Security | Data Security | Email Security > > > > > > > Protected by Websense Hosted Email Security â www.websense.com > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |