You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[O2-3074] Reduce rcvBufSize of input proxies to 1 (#1358)
It turns out that this setting is per-connection, thus each publisher gets their own buffer of size rcvBufSize.
This commit might not be enough to fix the situation at P2, because keeping one message per each of 250 EPNs will still require too much memory.
Also, additional messages might hide in system buffers.
0 commit comments