KSM or Kernel Same-Page Merging in linux or in KVM
What is KSM or Kernel Same-Page Merging ? Each and every process will have some pages accessed in memory. KSM is a feature which allows you to share identical memory pages between processes. KSM scans for identical memory pages and consolidate these into one COW ( Copy on Write ) shared page .. when a …