Skip to content
New issue

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

fix(network): set infinite limit for resource manager #1261

Merged
merged 3 commits into from
May 6, 2024

Conversation

b00f
Copy link
Collaborator

@b00f b00f commented May 6, 2024

Description

This PR fixes a mistake on resource manager limit. The high watermark limit should be a bit less than the rcmgr connections limit.
Otherwise "High Watermark" trimming never happens because it's higher than the rcmgr limit.

Read more here:
libp2p/go-libp2p#2628 (comment)

@themantre themantre changed the title fix(network): set resource manager limit higher than highwm fix(network): set infinit limit for resource manager May 6, 2024
@themantre themantre changed the title fix(network): set infinit limit for resource manager fix(network): set infinite limit for resource manager May 6, 2024
@themantre themantre merged commit 20e991a into pactus-project:main May 6, 2024
12 checks passed
@b00f b00f deleted the fix-resource-mgr branch May 6, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants