|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] DomU max 32GB memory
On 7/18/2011 4:03 PM, Nathan March wrote:
>
> Can you elaborate more please? I've run into this issue as well, on
> fairly modern dom0 / domU kernels. Xentop / xm list show 48gb but the
> domu only shows 32gb.
>
> Can you provide any specifics on when/where this was changed?
>
> - Nathan
Finally found it, if anyone else is looking for it. In the domu kernel:
| CONFIG_XEN_MAX_DOMAIN_MEMORY:
|
| The pseudo-physical to machine address array is sized
| according to the maximum possible memory size of a Xen
| domain. This array uses 1 page per gigabyte, so there's no
| need to be too stingy here.
|
| Symbol: XEN_MAX_DOMAIN_MEMORY [=32]
| Prompt: Maximum allowed size of a domain in gigabytes
| Defined at arch/x86/xen/Kconfig:16
| Depends on: PARAVIRT_GUEST [=y] && XEN [=y]
| Location:
| -> Processor type and features
| -> Paravirtualized guest support (PARAVIRT_GUEST [=y])|
| -> Xen guest support (XEN [=y])
- Nathan
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|