Open
Description
At some moment of time when there are too many nodes submitting data (like more than 15000 nodes). We discovered that shard starts to leak memory.
Our suspicion was that due to rust async nature, shard didn't have enough time to handle all messages from nodes and send them to core (Node ws connections just take all cpu time). So smth like this can be implemented autonomys#42
We also discovered that deploying more shards on a single machine also helps.
Metadata
Metadata
Assignees
Labels
No labels
Activity