From adf1e294599a24d8f6b6c3b167db93ad6fd4396f Mon Sep 17 00:00:00 2001 From: Roman Tomjak <6570684+romantomjak@users.noreply.github.com> Date: Wed, 15 Jul 2020 23:41:25 +0100 Subject: [PATCH] update docs --- website/pages/docs/builders/proxmox.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/pages/docs/builders/proxmox.mdx b/website/pages/docs/builders/proxmox.mdx index 1dd34d189..e0a5319a3 100644 --- a/website/pages/docs/builders/proxmox.mdx +++ b/website/pages/docs/builders/proxmox.mdx @@ -141,6 +141,15 @@ builder. - `firewall` (bool) - If the interface should be protected by the firewall. Defaults to `false`. + + - `packet_queues` (int) - Number of packet queues to be used on the device. + Values greater than 1 indicate that the multiqueue feature is activated. + 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 + the traffic increases, so set this option only when the VM has to handle + a great number of incoming connections, such as when the VM is running as + a router, reverse proxy or a busy HTTP server. Requires `virtio` network + adapter. Defaults to `0`. - `disks` (array of objects) - Disks attached to the virtual machine. Example: