On Wed, Aug 29, 2007 at 10:33:06PM -0700, Alex Williamson wrote:
> On Thu, 2007-08-30 at 13:17 +0800, Duan, Ronghui wrote:
> > I make a new domain0 kernel with CONFIG_IA64_DIG .It still panic.
>
> > (XEN) Maximum permitted dom0 size: 3973MB
>
> It looks like we need to reduce dom0 memory by the size of the
> contiguous region the swiotlb makes. By default, this is 64MB, so
> booting with dom0_mem=3909M will probably work (at least that's the
> difference on my 2G system). Unfortunately the swiotlb can be resized
> by a command line option, so statically removing 64MB isn't a very good
> solution. Perhaps we need a more efficient create_contiguous_region()?
- When the memory exchange hypercall fails,
kick balloon(or do something similar) and try the hypercall again.
Although the ballooning makes the posibility higher, it doesn't gurantee.
- Start dom0 with minimal memory (e.g. 128MB) assigned and other memory
is ballooned out when booting.
After dom0 allocating contiguous region, populate the unassigned memory.
Any other ideas?
Given that dom0_mem is the easy work around, is it worth while
to make effort?
--
yamahata
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|