[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] 32bit or 64bit?
> -----Original Message----- > From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx > [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of > Juraj Holtak > Sent: 06 November 2006 13:08 > To: xen-users@xxxxxxxxxxxxxxxxxxx > Subject: [Xen-users] 32bit or 64bit? > > Hi, > > I have a VT-Enabled Pentium D with 4GB of RAM. I want to > setup Debian and Xen > with at least one Win2k3 domU and some Debian webserver domUs. > > Can I install the 64Bit Version of Debian for all domains > inclusive dom0 and > will windows run on it (do I need 64bit Version?). What about > the stability? You can run 32-bit HVM DomU on any equal or better Dom0, only Paravirtual DomU needs to be "equal" (work is in progress to support 32-bit PV DomU on 64-bit). > > Or its better to stick with 32bit? PAE or non-PAE Version? Either will work. With 4GB of memory, and if your platform supports "Memory hoisting" (where the memory below 4G is moved to above 4G so that the memory-space covered by PCI devices can be used elsewhere), then you'd be better off using either 64-bit or 32-bit PAE so that the memory above 4GB becomes available rather than lost. There may be BIOS settings that enable this, or it may be "automagic", you'll want to look at the initial E820 map from Xen to see how much memory is above 4GB (a 1 and 8 zeros is 4GB in hex). RAM is marked as "usable" in the E820 map, and it's one of the first few things printed in the "xm dmesg" log (or in the "dmesg" in your standard Linux kernel, but don't use Dom0's E820 to determine ACTUAL memory, as it gets modified by Xen to reflect what Xen thinks Dom0 should and shouldn't see!). -- Mats > I`m aiming for > stability. Performance is important but not mission critical ;-) > > thanks, > Juraj Holtak > > _______________________________________________ > Xen-users mailing list > Xen-users@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/xen-users > > > _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |