From 9b3725627cbfa6baabd793eb4651d20e58edfbda Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 19 Oct 2010 09:39:51 -0600 Subject: [PATCH] virsh: consolidate memtune docs * tools/virsh.pod (memtune): Drop second copy, fill to 80 columns, enhance wording. --- tools/virsh.pod | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index dbcc6803da..61875af936 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -520,13 +520,14 @@ Change the maximum memory allocation limit in the guest domain. This should not change the current memory use. The memory limit is specified in kilobytes. -=item B I - -Displays the domain memory parameters. - -=item B I optional I<--hard-limit> B optional I<--soft-limit> B optional I<--swap-hard-limit> B -I<--min-guarantee> B - -Allows you to set the domain memory parameters. LXC and QEMU/KVM supports these parameters. +=item B I optional I<--hard-limit> B +optional I<--soft-limit> B optional I<--swap-hard-limit> +B -I<--min-guarantee> B + +Allows you to display or set the domain memory parameters. Without +flags, the current settings are displayed; with a flag, the +appropriate limit is adjusted if supported by the hypervisor. LXC and +QEMU/KVM supports I<--hard-limit>, I<--soft-limit>, and I<--swap-hard-limit>. =item B I I optional I<--maximum> I<--config> I<--live> -- GitLab