Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert Revert journald: allow restarting journald without losing stream connections (#1359939) #135

Merged
merged 2 commits into from Sep 12, 2017
Merged

Revert Revert journald: allow restarting journald without losing stream connections (#1359939) #135

merged 2 commits into from Sep 12, 2017

Conversation

msekletar
Copy link
Collaborator

No description provided.

lnykryn and others added 2 commits July 18, 2017 14:36
…ream connections""

This reverts commit 91cb89c.

Resolves: #1359939
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 3c978ac)

Related: #1359939
@lnykryn lnykryn merged commit ad2d544 into lnykryn:staging Sep 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants