I have a Centos 6 server that handles a lot of traffic. I see RX overruns increasing all the time:
RX packets:11191345002 errors:0 dropped:0 overruns:35592596 frame:0
TX packets:15262461573 errors:0 dropped:0 overruns:0 carrier:0
RX bytes:1871320014951 (1.7 TiB) TX bytes:12673638434114 (11.5 TiB)
According to http://www.tldp.org/LDP/nag2/x-087-2-iface.ifconfig.html
Receiver overruns usually occur when packets come in faster than the kernel can service the last interrupt.
Which kernel parameters should be adjusted to fix this issue?