Changes

Jump to: navigation, search

KSM (kernel same-page merging)

39 bytes added, 11:26, 18 July 2015
no edit summary
== Tuning ==
On a production machine, you'll want to modify some of the default values. A more sane value for <code>/sys/kernel/mm/KSM/sleep_millisecs </code> is usually between 50 and 250 (YMMV though):
[root@HN ~]# echo 50 > /sys/kernel/mm/ksm/sleep_millisecs:50
== Caveats ==
The ksmd daemon will take one or two minutes to start deduplicating memory and will require several minutes to reach stable state. During the boot phase your HN could start swapping if you have heavily overcommitted your RAM. You might want to use more aggressive settings (higher <code>pages_to_scan</code>, lower <code>sleep_millisecs</code>) at the beginning and then relax them after 10 mins or so. Others suggest to place your swap onto an SSD drive.
20
edits

Navigation menu