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

Problem: missing check file open limit #508

Open
leejw51crypto opened this issue May 25, 2022 · 2 comments
Open

Problem: missing check file open limit #508

leejw51crypto opened this issue May 25, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@leejw51crypto
Copy link
Contributor

in main, check current file open limit of the process.
if it's not enough

  1. display how to increase
  2. exit the program
@leejw51crypto leejw51crypto added the enhancement New feature or request label May 25, 2022
@yihuang
Copy link
Collaborator

yihuang commented May 26, 2022

It's hard to decide on a minimum requirement though, the database is growing, and network connections also use file descriptors.

@leejw51crypto
Copy link
Contributor Author

leejw51crypto commented May 26, 2022

yes, getting minimum is difficult.
how about checking with the maximum?
for linux: unlimited
for mac: maximum file open limit, which system allow
for windows: need to check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants