diff options
author | Alin Rauta <alin.rauta@intel.com> | 2014-11-27 18:50:48 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-11-27 18:59:47 +0100 |
commit | be660c371b231c253a97464ddd8f32ec8721da21 (patch) | |
tree | 5d66f4f5a4abb1a0e011b1cca596280dc065063c /tmpfiles.d | |
parent | 0e3434aeb1eed951fdbeddacc6126e10d82a1c8b (diff) |
networkd: fix kernel rtnl receive buffer overrun error
We got the following error when running systemd on a device with many ports:
"rtnl: kernel receive buffer overrun
Event source 'rtnl-receive-message' returned error, disabling: No buffer space
available"
I think the kernel socket receive buffer queue should be increased. The default
value is taken from:
"/proc/sys/net/core/rmem_default", but we can overwrite it using SO_RCVBUF
socket option.
This is already done in networkd for other sockets.
For example, the bus socket (sd-bus/bus-socket.c) has a receive queue of 8MB.
In our case, the default is 208KB.
Increasing the buffer receive queue for manager socket to 512KB should be enough
to get rid of the above error.
[tomegun: bump the limit even higher to 8M]
Diffstat (limited to 'tmpfiles.d')
0 files changed, 0 insertions, 0 deletions