We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impact: this is blocking enabling the resource mananager on by default in Lotus.
Context is in Filecoin slack: https://filecoinproject.slack.com/archives/CP50PPW2X/p1649118410337389
"12D3KooWQ4fdNGJb92npgJQsdjE8XS4Cgy8mLwnBrmePfAASYPdH": { "NumStreamsInbound": 0, "NumStreamsOutbound": 0, "NumConnsInbound": 1, "NumConnsOutbound": 0, "NumFD": 1, "Memory": 67108864 },
With logs like
2022-04-05T02:25:30.547+0200 DEBUG rcmgr go-libp2p-resource-manager@v0.1.5/scope.go:242 blocked memory reservation {"scope": "peer:12D3KooWQ4fdNGJb92npgJQsdjE8XS4Cgy8mLwnBrmePfAASYPdH", "size": 262144, "priority": 255, "stat": {"NumStreamsInbound":0,"NumStreamsOutbound":1,"NumConnsInbound":2,"NumConnsOutbound":0,"NumFD":2,"Memory":67108864}, "error": "resource limit exceeded"}
The text was updated successfully, but these errors were encountered:
From @vyzo (in slack):
seems like a bug in the muxer, not releasing memory but maybe its a QUIC conn i think the rcmgr itself is totally fine
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Impact: this is blocking enabling the resource mananager on by default in Lotus.
Context is in Filecoin slack: https://filecoinproject.slack.com/archives/CP50PPW2X/p1649118410337389
With logs like
The text was updated successfully, but these errors were encountered: