/usr/lib/vmware/vm-support/bin/nicinfo.sh | grep -E " Receive missed errors|outOfBuffer"Receive missed errors: 142775outOfBuffer: 142775Receive missed errors: 109406outOfBuffer: 109406VMware ESX
NOTE: Increasing NIC buffer size may increase latency. Consult with hardware vendor before making changes.
esxcli network nic ring current get -n vmnic[X]
Current Ring Size: RingInfo: RX: 1023 RX Mini: 0 RX Jumbo: 0 TX: 1023
Supported Maximum Ring Size: RingInfo: Max RX: 8192 Max RX Mini: 0 Max RX Jumbo: 0 Max TX: 8192
Set new buffer size. Ensure the value is less than or equal to maximum value identified in the previous step. To apply the change, use
esxcli network nic ring current set -r [Value] -n vmnicX