Timur Aitov

Results 14 comments of 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)** ![image](https://github.com/user-attachments/assets/4d5485f1-ec11-4f0a-9c1b-9a0df2d6f724) **BufferChannel** ![image](https://github.com/user-attachments/assets/21bc42fe-9e70-4471-9e56-de825ca5e564) 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...