2 messages in com.xensource.lists.xen-ia64-devel[Xen-ia64-devel] [PATCH] change layou...
FromSent OnAttachments
Kouya SHIMURA12 Mar 2007 02:27.patch
Alex Williamson14 Mar 2007 14:15 
Subject:[Xen-ia64-devel] [PATCH] change layout of p2m table from xenheap to domheap
From:Kouya SHIMURA (kou@jp.fujitsu.com)
Date:03/12/2007 02:27:41 AM
List:com.xensource.lists.xen-ia64-devel
Attachments:

Hi,

Current xen can not fully utilize 64GB memory since xenheap is exhausted by p2m tables.

This patch changes the layout of p2m table from xenheap to domheap. The side effect is subtle performance down due to TLB miss.

A new boot option 'p2m_xenheap' enables the previous setting that p2m table is allocated in xenheap. I dare to change the default for the future.

If there are no objections, please apply.

Thanks, Kouya