Linked by Thom Holwerda on Tue 26th Dec 2006 12:15 UTC, submitted by falko
Debian and its clones "This guide is written during an install of a Supermicro machine with 2 dual-core opterons (64-bit), 2 identical disks (for RAID) and a load of memory. Why OpenVZ and not XEN or the recent KVM kernel module? Well, XEN is not very stable for 64-bit architectures (yet), and it comes with quite a bit of overhead (every VM runs its own kernel) due to its complexity. KVM is very simple but restricts you to run a kernel as one process, so the VM cannot benefit from multi core systems."
Thread beginning with comment 196216
To read all comments associated with this story, please click here.
KVM
by zdzichu on Tue 26th Dec 2006 13:08 UTC
zdzichu
Member since:
2006-11-07

Right, every virtualized by KVM OS runs as one process. But this one process have as many threads as virtualized CPUs. Each thread could run on other CPU, fully exploiting SMP.