20
edits
Changes
→How to check efficiency of KSM
If the value is greater than 0, you're saving memory. Refer to https://www.kernel.org/doc/Documentation/vm/ksm.txt for more details.
To see all the KSM parameters, issue the following command on the HN: grep -H '' /sys/kernel/mm/ksm/* On [https://gist.github.com/wankdanker/1206923 this page] you'll find a simple script which displays the saved RAM amount same information in MB.
== Tuning ==