Skip to content

[O2-3074] Reduce rcvBufSize of input proxies to 1#1358

Merged
knopers8 merged 1 commit into
AliceO2Group:masterfrom
knopers8:rcv-buf-one
Jul 22, 2022
Merged

[O2-3074] Reduce rcvBufSize of input proxies to 1#1358
knopers8 merged 1 commit into
AliceO2Group:masterfrom
knopers8:rcv-buf-one

Conversation

@knopers8

Copy link
Copy Markdown
Collaborator

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.

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.
@knopers8 knopers8 requested a review from Barthelemy as a code owner July 21, 2022 09:40
@knopers8 knopers8 merged commit 6d90d90 into AliceO2Group:master Jul 22, 2022
@knopers8 knopers8 deleted the rcv-buf-one branch July 22, 2022 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant