August 2016
Intermediate to advanced
468 pages
9h 53m
English
According to the KVM official documentation:
KSM is a memory-saving deduplication feature that merges anonymous (private) pages (not pagecache ones). Although it started this way, KSM is currently suitable for more than Virtual Machine use, as it can be useful to any application that generates many instances of the same data
http://www.Linux-kvm.org/page/KSM
As is well understood from the earlier quote, KSM is a feature that allows sharing identical pages between the different processes running in the system. We may presume that the identical pages may exist due to certain reasons—for example, if there are multiple processes spawned from the same binary or something similar. There is no rule like ...
Read now
Unlock full access