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 default fd limit to 8192 #6266

Merged
merged 1 commit into from
May 10, 2019
Merged

raise default fd limit to 8192 #6266

merged 1 commit into from
May 10, 2019

Conversation

Stebalien
Copy link
Member

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

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 Stebalien requested a review from Kubuxu April 26, 2019 17:53
@koalalorenzo
Copy link
Member

Is this also an attempt to fix #6237 ?

@Stebalien
Copy link
Member Author

@koalalorenzo this is an attempt to alleviate it but we'd still like to know why we suddenly started using more file descriptors in 0.4.20 as that usually indicates a bug. However, in this case, the usual culprit, a file descriptor leak, looks unlikely.

@obo20 obo20 mentioned this pull request May 8, 2019
@Stebalien Stebalien merged commit 4b7a24f into master May 10, 2019
@ghost ghost removed the status/in-progress In progress label May 10, 2019
@Stebalien Stebalien deleted the fix/fd-limit branch May 10, 2019 16:37
@Stebalien Stebalien restored the fix/fd-limit branch May 30, 2019 22:31
@Stebalien Stebalien deleted the fix/fd-limit branch May 30, 2019 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Raise file descriptor limit to system max
3 participants