OmniLayer / omnicore

OmniCore staging tree
http://www.omnilayer.org/
MIT License
756 stars 230 forks source link

Too many open files error #1311

Open chongckw opened 8 months ago

chongckw commented 8 months ago

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 commented 5 months ago

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 commented 5 months ago

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