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

Raise file descriptor limit to system max #6247

Closed
Stebalien opened this issue Apr 23, 2019 · 1 comment · Fixed by #6261 or #6266
Closed

Raise file descriptor limit to system max #6247

Stebalien opened this issue Apr 23, 2019 · 1 comment · Fixed by #6261 or #6266
Assignees
Labels
kind/enhancement A net-new feature or improvement to an existing feature status/in-progress In progress

Comments

@Stebalien
Copy link
Member

We currently raise it to 2048 but there's no good reason not to set this to the absolute max.

@Stebalien Stebalien added the kind/enhancement A net-new feature or improvement to an existing feature label Apr 23, 2019
@Stebalien
Copy link
Member Author

Or, well, maybe 8196?

Stebalien added a commit that referenced this issue Apr 26, 2019
fixes #6247

Really, we need a global _resource_ manager service that can sum requests from
the datastore, libp2p, etc. for more file descriptors. However, we don't have
that.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@ghost ghost assigned Stebalien Apr 26, 2019
@ghost ghost added the status/in-progress In progress label Apr 26, 2019
Stebalien added a commit that referenced this issue Apr 26, 2019
fixes #6247

Really, we need a global _resource_ manager service that can sum requests from
the datastore, libp2p, etc. for more file descriptors. However, we don't have
that.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@ghost ghost removed the status/in-progress In progress label Apr 26, 2019
Stebalien added a commit that referenced this issue Apr 26, 2019
fixes #6247

Really, we need a global _resource_ manager service that can sum requests from
the datastore, libp2p, etc. for more file descriptors. However, we don't have
that.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@ghost ghost added the status/in-progress In progress label Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature status/in-progress In progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant