Hello everyone,
i'm having issue with RX drop on the guest vm ifconfig interface
after do some searching, it might caused by the virtual interface ring buffer because default value is 256,
i want to try to change the value to 1024 as suggested at Intel Networking Documentation
i also already tried to edit the /etc/pve/qemu-server/<vmid>.conf manually with this following configuration, also not working
is there any way to change this tx/rx queue size parameter?
many thanks
Regards
i'm having issue with RX drop on the guest vm ifconfig interface
after do some searching, it might caused by the virtual interface ring buffer because default value is 256,
i want to try to change the value to 1024 as suggested at Intel Networking Documentation
i also already tried to edit the /etc/pve/qemu-server/<vmid>.conf manually with this following configuration, also not working
Code:
agent: 1
boot: cda
bootdisk: sata0
cores: 4
ide0: none,media=cdrom
memory: 2048
name: balancer
net0: virtio=00:16:3e:50:5c:69,bridge=vmbr0,tx_queue_size=1024,rx_queue_size=1024
net1: virtio=D2:26:9E:99:0D:8E,bridge=vmbr0,tx_queue_size=1024,rx_queue_size=1024,tag=2247
numa: 0
onboot: 1
sata0: datastore-4tb-sas:2247/vm-2247-disk-1.raw,cache=writeback,size=40G
smbios1: uuid=dc60b7a5-5001-4a68-9949-595346c5ea6f
sockets: 1
is there any way to change this tx/rx queue size parameter?
many thanks
Regards
Last edited: