5.3.1. Kernel Same Page Merging and Reduced Guest Memory Usage
Kernel SamePage Merging (KSM) allows identical memory pages to be merged by the kernel into a single page shared between one or more processes. This feature is leveraged by KVM to allow multiple, similar, guest virtual machines to have a reduced memory footprint. Because memory is shared, the combined memory usage of the guests is reduced.