Details
Assignee
UnassignedUnassignedReporter
Seth LegerSeth LegerLabels
Components
Affects versions
Priority
Critical
Details
Details
Assignee
Unassigned
UnassignedReporter
Seth Leger
Seth LegerLabels
Components
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created January 18, 2017 at 11:41 AM
Updated September 21, 2021 at 9:15 PM
When you are processing a large number and/or volume of packets on Linux, it's usually a good idea to expand some of the kernel network buffers to make sure that packets are not dropped by the kernel before they can be processed.
The socket buffer sizes are set to very conservative values by default:
We should check the socket buffer sizes (using sysctl) and probably expand them by default when OpenNMS or Minion starts up.