Skip to content
Commit 3dd07ebf authored by Michal Sekletar's avatar Michal Sekletar Committed by Zbigniew Jędrzejewski-Szmek
Browse files

journald: make sure we retain all stream fds across restarts (#6348)

Currently we set 4096 as maximum for number of stream connections that
we accept. However maximum number of file descriptors that systemd is
willing to accept from us is just 1024. This means we can't retain all
stream connections that we accepted. Hence bump the limit of fds in a
unit file so that systemd holds open all stream fds while we are
restarted.

New limit is set to 4224 (4096 + 128).
(cherry picked from commit 3c978aca)
parent d8e3c9d2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment