tweak docs
This commit is contained in:
parent
d3d7cc3e59
commit
b0d8f69bda
|
@ -146,10 +146,10 @@ builder.
|
||||||
Values greater than 1 indicate that the multiqueue feature is activated.
|
Values greater than 1 indicate that the multiqueue feature is activated.
|
||||||
For best performance, set this to the number of cores available to the
|
For best performance, set this to the number of cores available to the
|
||||||
virtual machine. CPU load on the host and guest systems will increase as
|
virtual machine. CPU load on the host and guest systems will increase as
|
||||||
the traffic increases, so set this option only when the VM has to handle
|
the traffic increases, so activate this option only when the VM has to
|
||||||
a great number of incoming connections, such as when the VM is running as
|
handle a great number of incoming connections, such as when the VM is
|
||||||
a router, reverse proxy or a busy HTTP server. Requires `virtio` network
|
operating as a router, reverse proxy or a busy HTTP server. Requires
|
||||||
adapter. Defaults to `0`.
|
`virtio` network adapter. Defaults to `0`.
|
||||||
|
|
||||||
- `disks` (array of objects) - Disks attached to the virtual machine.
|
- `disks` (array of objects) - Disks attached to the virtual machine.
|
||||||
Example:
|
Example:
|
||||||
|
|
Loading…
Reference in New Issue