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

ipfs should adjust its open file descriptor limit if its too low (OSX) #2431

Closed
whyrusleeping opened this issue Mar 2, 2016 · 4 comments
Closed

Comments

@whyrusleeping
Copy link
Member

On daemon startup, we should check the open file descriptor limit and raise it ourselves if its below 1024.

@dignifiedquire
Copy link
Member

Wouldn't that require sudo privileges?

@whyrusleeping
Copy link
Member Author

no, you can run ulimit -n 1024 as a normal user on most systems

@matthewrobertbell
Copy link

Please do this, I was caught by this today. It shouldn't be a manual step IMO.

@whyrusleeping
Copy link
Member Author

we do this now!

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

No branches or pull requests

3 participants