mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
virsh: consolidate memtune docs
* tools/virsh.pod (memtune): Drop second copy, fill to 80 columns, enhance wording.
This commit is contained in:
parent
b013788742
commit
9b3725627c
@ -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
|
not change the current memory use. The memory limit is specified in
|
||||||
kilobytes.
|
kilobytes.
|
||||||
|
|
||||||
=item B<memtune> I<domain-id>
|
=item B<memtune> I<domain-id> optional I<--hard-limit> B<kilobytes>
|
||||||
|
optional I<--soft-limit> B<kilobytes> optional I<--swap-hard-limit>
|
||||||
|
B<kilobytes> -I<--min-guarantee> B<kilobytes>
|
||||||
|
|
||||||
Displays the domain memory parameters.
|
Allows you to display or set the domain memory parameters. Without
|
||||||
|
flags, the current settings are displayed; with a flag, the
|
||||||
=item B<memtune> I<domain-id> optional I<--hard-limit> B<kilobytes> optional I<--soft-limit> B<kilobytes> optional I<--swap-hard-limit> B<kilobytes> -I<--min-guarantee> B<kilobytes>
|
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>.
|
||||||
Allows you to set the domain memory parameters. LXC and QEMU/KVM supports these parameters.
|
|
||||||
|
|
||||||
=item B<setvcpus> I<domain-id> I<count> optional I<--maximum> I<--config>
|
=item B<setvcpus> I<domain-id> I<count> optional I<--maximum> I<--config>
|
||||||
I<--live>
|
I<--live>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user