--- source/setmaxmem.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 46 insertions(+), 4 deletions(-) diff --git a/source/setmaxmem.xml b/source/setmaxmem.xml index 2c17559..e35c025 100644 --- a/source/setmaxmem.xml +++ b/source/setmaxmem.xml @@ -9,16 +9,58 @@ </text> </description> - <options /> + <options> + <parameter requirement="required"> + <keyword requirement="optional">--domain</keyword> + <value type="string" requirement="required">domain</value> + <description> + <text> + domain name, id or uuid + </text> + <text> + "--domain" itself is optional + </text> + </description> + </parameter> + <parameter requirement="required"> + <keyword requirement="optional">--kilobytes</keyword> + <value type="number" requirement="required">size</value> + <description> + <text> + size of maximum memory can be allocated in the guest domain. + </text> + <text> + "--kilobytes" itself is optional + </text> + </description> + </parameter> + </options> <availability from="0.1.4" /> <notes /> - <examples type="usage" /> + <examples type="usage"> + <example> + <terminal>virsh # <bold>setmaxmem</bold> <value>example-domain</value> <value>1048576</value></terminal> + <text> + change the maximum memory allocation limit to 1G for domain <value>example-domain</value>. + </text> - <examples type="fullcontext" /> + </example> + </examples> - <reference type="seealso" /> + <examples type="fullcontext" /> + <reference type="seealso"> + <item> + <link type="internal" href="setmem" /> + <name> + setmem + </name> + <description> + Change the current memory allocation in the guest domain. + </description> + </item> + </reference> </command> -- 1.7.3.1 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list