0

Can xen server be configured to address more than 4Gb RAM. Since its based on a 32 bit kernel,is it possible to address more than 4GB ram.I have heard about PAE can it solve this?

Will changing the default 750M to more than 4Gb results in any performance degradation?

The only reason i want to add more ram to host is to load a 5 GB VM to completely run on RAM,for maximum performance benefits,for some testing purpose.

Installed RAM is more than 64 GB,and a lot of unused RAM.

Blue Gene
  • 3
  • 1

1 Answers1

1

With a 3-2bit System, every application can address up to 4GB of memory. PAE only lets you put more RAM in the Server to let more applications run with their 4GB.

If you really need to address more then 4GB you have to switch to a 64-bit kernel.


Edit

This document suggests that Xen Cloud Platform is based on a 64-bit system:

The Xen Cloud Platform host is a 64-bit x86 server-class machine devoted to hosting mul-tiple VMs. This machine runs a stripped-down Linux operating system with a Xen-enabled kernel which controls the interaction between the virtualized devices seen by VMs and the physical hardware.

Christopher Perrin
  • 4,741
  • 17
  • 32