xen: enable up to 32G of RAM for 32 bit guests.

The default of 8G seems unnecessarily constrained. 32G works fine in my testing
and is consistent with 64 bit.

svn path=/dists/trunk/linux-2.6/; revision=14936
This commit is contained in:
Ian Campbell 2010-01-12 17:02:29 +00:00
parent 15fc022c2b
commit 4f0498a82e
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -14,6 +14,9 @@ linux-2.6 (2.6.32-6) UNRELEASED; urgency=low
* x86/iTCO-wdt: Add device ids for Intel 'Ibex Peak' PCH
* Documentation/3c509: document ethtool support (Closes: #564743)
[ Ian Campbell ]
* xen: Enable up to 32G of guest memory on i386.
-- Ben Hutchings <ben@decadent.org.uk> Sun, 10 Jan 2010 17:38:50 +0000
linux-2.6 (2.6.32-5) unstable; urgency=low

View File

@ -70,7 +70,7 @@ CONFIG_LGUEST_GUEST=y
##
## file: arch/x86/xen/Kconfig
##
CONFIG_XEN_MAX_DOMAIN_MEMORY=8
CONFIG_XEN_MAX_DOMAIN_MEMORY=32
##
## file: crypto/Kconfig