To resolve this issue, increase the TX and RX buffer size to their maximum values.
To increase the TX and RX buffer sizes in RedHat 6.x:
- Open this file using a text editor:
/etc/sysconfig/network-scripts/ifcfg-ethX
Where X is the numeric identifier of the adapter using VMXNET3.
- Add this line to the file:
ETHTOOL_OPTS="-G ethX rx 4096 tx 4096"
- Save and close the file.