-
Notifications
You must be signed in to change notification settings - Fork 6
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
Pool crashed showing lots of http work queue depth exceeded #710
Comments
Don't make work queue too long. Maybe 100 or less is best value. It should not crash with small values. |
I experienced this bug today with APM and pool connected to the node using a value of 256 which I have used in the past with most pools, will try to re-configure using 100, but it seems with lower values it still occurs. |
if you put less then ~1000 when there is a lot POP on network, node just respond that RPC queue is at limit, I tried less and more, even pushed open files in linux to more as its crash the node with open file limit for me when i see the btcsq process use one full core CPU 100% (and mostly it does) its just matter of them when node will get slow and RPC will get full queue I am not a coder at all but BTC mem pool is limited to I think 300MB and if more txs come in it will look only at ones with more fees, I am not sure how they solve txs flood in mempool as POP has similar mempool issue is somewhere in there |
I had configured the setting in the btcsq daemon used by the pool in btcsq.conf to:
rpcworkqueue=10000
The text was updated successfully, but these errors were encountered: