On Thu, Dec 10, 2009 at 09:55:57AM +0100, Guido Günther wrote: Hi,
> > With new 2.6.32 kernel KVM should be able to use KSM mechanism. KSM > > stands for Kernel SamePage Merging and is very helpful when you run > > a lot of identical/simmilar KVM guests. It can save huge amounts of > > RAM by de-duplicating identical memory pages. > With the corresponding kernel code in 2.6.32 kvm: > http://fedoraproject.org/wiki/Features/KSM > Is that correct? Could you check the patch? I can confirm that that patch, which is the same as qemu-kvm commit 249cdd049c7976614ad46eb86409d5e1e53835cc works for me when enabling KSM in the kernel. You need to build-depend on libc6-dev >= 2.10.2-1 or define your own MADV_MERGEABLE value, though. I only tested the patch against 0.11.0+dfsg-1, though, rather than kvm-88! Thanks, Guido -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

