|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] kernel Bug after upgrading to 3.0.2-2
On 28 Apr 2006, at 17:06, Brian Hays wrote:
Already have it set. Here's my grub.conf settings ...
title Xen 3.0 / 2.6.16
kernel /xen.gz dom0_mem=200000
module /vmlinuz-2.6.16-xen0 root=/dev/sda2 ro
A little-known fact about PAE Xen is that you really want to use the
lowmem_emergency_pool boot parameter.
e.g., lowmem_emegency_pool=16M
Each megabyte of emergency pool will allow you to guarantee to be able
to support 256 processes (counted across all VMs that you are running).
So the above value would be good for 4096 processes. You'll have to
decide what you need to set that parameter to.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|