-
Notifications
You must be signed in to change notification settings - Fork 116
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
Crash when syncing on macOS due to open file limit #1415
Comments
|
@rex4539 thanks for this bug report!
Edit: file limits are per process: |
We probably want to set max_open_files in the RocksDB config - or provide a way for users to set it. The default value is -1, which means "unlimited": Unix-based OS user defaults vary from 128-1024: We might want to set the limit dynamically for OSes with smaller limits, up to a predefined maximum. |
We've merged #1426, please pull the latest Feel free to re-open this issue if it happens again, and we'll tweak the limits. |
Error
Metadata
Backtrace
The text was updated successfully, but these errors were encountered: