Timur Aitov
Timur Aitov
> > Why just not removing incoming queues? > > * Then peers can start flap (hold timer expired). > * OOM on remote peer (overflow outgoing fsm channel). But...
> I meant that why not removing incoming channels? I understand you :) And my answer: if we remove incoming channels, we will get possible problems: peers flap and OOM...
Test result with 10k updates per second: Green line: memory usage. Blue line: CPU usage. **InfiniteChannel (old behavior)**  **BufferChannel**  InfiniteChannel used 4GB memory vs. BufferChannel 16MB on same...
> Is there a way to reproduce a similar load in my environment (like MRT or something)? I think the easiest way would be to create this scheme: ``` Peer1...