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

Too many open files error #1311

Open
chongckw opened this issue Feb 1, 2024 · 2 comments
Open

Too many open files error #1311

chongckw opened this issue Feb 1, 2024 · 2 comments

Comments

@chongckw
Copy link

chongckw commented Feb 1, 2024

I've setup my own omnicored node, but recently having error: "libevent: Error from accept() call: Too many open files. Is that any solution or recommendation to fix this error ?

@bvbfan
Copy link

bvbfan commented Apr 9, 2024

Did you increase parameter rpcworkqueue which is 16 by default? If you send too many requests (or you have some service which reads data from omnicore) the requests may end-up in http server work queue waiting for mutex or they are just slow to process.

@bvbfan
Copy link

bvbfan commented Apr 9, 2024

Can share your bitcoind.log (you could remove any sensible data like passwords, obfuscate key and so on)?

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

2 participants