You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is done to ensure unix sockets aren't left dangling after each Enabled() call, which
can lead to eventual process resource exhaustion. Fixescoreos#366.
This is done to ensure unix sockets aren't left dangling after each Enabled() call, which
can lead to eventual process resource exhaustion. Fixescoreos#366.
jeremy-gill
pushed a commit
to jeremy-gill/go-systemd
that referenced
this issue
Apr 15, 2021
This is done to ensure unix sockets aren't left dangling after each Enabled() call, which
can lead to eventual process resource exhaustion. Fixescoreos#366.
The journald logging code appears to leak a unix datagram socket once per call to
journal.Enabled()
on linux platforms.An example bit of code follows that leads to an eventual error once the number of open file handles hits the operating system per-process maximum.
The text was updated successfully, but these errors were encountered: