From deb924dda8d64bfe724114c7c5f5dccb56e2dd9f Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Wed, 22 Jan 2014 14:55:35 +0800 Subject: [PATCH] Doc: Add "note" for node-memory-tune To let the user know the command onlys work for KSM under Linux. --- tools/virsh.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/virsh.pod b/tools/virsh.pod index abed66dfda..77f9383012 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -307,6 +307,7 @@ in seconds for which the host has to be suspended, it should be at least 60 seconds. =item B [I] [I] +I Allows you to display or set the node memory parameters. I can be used to set the number of pages to scan @@ -317,6 +318,9 @@ different numa nodes can be merged. When set to 0, only pages which physically reside in the memory area of same NUMA node can be merged. When set to 1, pages from all nodes can be merged. Default to 1. +B: Currently the "shared memory service" only means KSM (Kernel Samepage +Merging). + =item B Print an XML document describing the capabilities of the hypervisor -- GitLab