-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ignoring connection above current capacity: NoSlabSpace(<hidden seed>) #6261
Comments
ps. i'm not unsetting the watches before shutting down to do a new deploy. Maybe they stay active in the node? |
Seems that the node is reaching maximum of 4096 open sockets. It's currently not configurable but will be addressed for 1.8 release (switching to tokio-based hyper). |
Perfect, trying it with '--jsonrpc-server-threads 1' for a while! |
Error has dissapeared, but with --jsonrpc-server-threads 1 activated the dapps server is deactivated and hitting the UI gets me the 'generate a new token' modal i cannot get past |
The dapps server was removed / merged with rpc server in 1.7.0. What happens if you enter a new token in the wallet? |
Seems that the UI is not handling missing dapps server correctly (but it should). Will have a look at that today. |
Did #6296 address this? |
After #6296 the UI works without dapps server, the issue with |
I am also having this issue on a node that was working great for some time. I am using Parity 1.6.10 (there is a reason for the older version but I forget why at this moment). The reason I think it is worth mentioning this here is because I also have the symptom that "hitting the UI gets me the 'generate a new token' modal i cannot get past" as I have referenced here: Because there are now two connections between these two seemingly unconnected issues I hope it is helpful to add my issue to this thread. Incidentally, stopping and restarting Parity makes the NoSlapSpace error go away. |
I am also facing the same issue and restarting parity makes the error go away. |
@AyushyaChitransh Can you check if the error is still present in 1.8? |
I have not had the problem since Parity 1.7.6. I didn't think to update the thread until I got pinged with your and AC's replies. |
I'm running:
This node is one in three of a PoA private setup. On top of the RPC of this node we are running a very complex, and active multi-tenant API layer using web3 to interface with the node. There are quite some watches for events going on.
It has been working splendidly for a while, and then all of a sudden, the api loses connection to the node which displays a streaming list of the same message:
I'm looking for
For reference, all relevant configs below
toml
Note: I'm aware of the depreciation notices on the dapps etc parameters
spec.json
The text was updated successfully, but these errors were encountered: