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

Check open file handles limit on node startup #1495

Open
enlight opened this issue Sep 23, 2019 · 0 comments
Open

Check open file handles limit on node startup #1495

enlight opened this issue Sep 23, 2019 · 0 comments
Assignees
Labels
maintenance Tools & maintenance tasks

Comments

@enlight
Copy link
Contributor

enlight commented Sep 23, 2019

Node should run ulimit -n first thing on startup and refuse to start if the limit is too low. This will prevent people from running into app hash mismatch errors when the node attempts to access all the LevelDB files.

@enlight enlight added the maintenance Tools & maintenance tasks label Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Tools & maintenance tasks
Projects
None yet
Development

No branches or pull requests

2 participants