KSM: Difference between revisions
(First page) |
No edit summary |
||
Line 6: | Line 6: | ||
Just run the 2.6.32 kernel branch, see [[Proxmox_VE_Kernel]] | Just run the 2.6.32 kernel branch, see [[Proxmox_VE_Kernel]] | ||
= | =KSM in action= | ||
Just install several KVM virtual machines (using at least 50 % of your physical memory on the host) and wait. you will notice higher CPU activities on the host and the used memory will be lowered. | Just install several KVM virtual machines (using at least 50 % of your physical memory on the host) and wait. you will notice higher CPU activities on the host and the used memory will be lowered. | ||
[[Category: HOWTO]][[Category: Technology]] | [[Category: HOWTO]][[Category: Technology]] |
Revision as of 15:25, 13 February 2010
Introduction
Beginning with Proxmox VE 1.5 (only with Kernel 2.6.32 and higher), Proxmox VE uses KSM (Kernel Samepage Merging).
KSM is running in the Linux kernel scanning the memory of all the virtual machines running on a single host, looking for duplication and consolidating. With KSM we're able to improve virtual machine density by as much as 300% without impacting performance. One of the great benefits of using Linux as the hypervisor means KSM is not limited to KVM and virtual machines, but can also reduce memory pressure with normal Linux applications.
Howto enable KSM
Just run the 2.6.32 kernel branch, see Proxmox_VE_Kernel
KSM in action
Just install several KVM virtual machines (using at least 50 % of your physical memory on the host) and wait. you will notice higher CPU activities on the host and the used memory will be lowered.