-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vm-runner: use multi-queue networking
Enable multiqueue support for virtio-net-pci devices as we seen them choking on traffic and dropping packets. Set queues=4 and vectors=10 as a reasonable default. `vectors` should be to 2*queues + 2 as per https://www.linux-kvm.org/page/Multiqueue. We also enable multiqueue support for all VM sizes, even to a small ones. As of time of writing, it seems to not worth a trouble to dynamically adjust number of queues based on VM size.
- Loading branch information
1 parent
2198738
commit 4780756
Showing
1 changed file
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters