Recent content by Faisal Reza

  1. F

    How to change virtio-pci tx/rx queue size

    is the kvm used by proxmox support to change tx_queue_size and rx_queue size parameters?
  2. F

    How to change virtio-pci tx/rx queue size

    hi dietmar, thanks for responding here's the result root@jkt-host04:~# qm showcmd 2247 vm 2247 - unable to parse value of 'net0' - format error rx_queue_size: property is not defined in schema and the schema does not allow additional properties tx_queue_size: property is not defined in schema...
  3. F

    How to change virtio-pci tx/rx queue size

    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...