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

Add libp2p resource manager #10

Closed
hsanjuan opened this issue Oct 6, 2023 · 1 comment · Fixed by #24
Closed

Add libp2p resource manager #10

hsanjuan opened this issue Oct 6, 2023 · 1 comment · Fixed by #24

Comments

@hsanjuan
Copy link
Contributor

hsanjuan commented Oct 6, 2023

We might check what customization over the default the current gateways are using and let that be configurable too.

@BigLep
Copy link
Contributor

BigLep commented Oct 10, 2023

Two thoughts on this:

  1. I think we should take a similar approach to Kubo for configuring the resource manager: https://github.com/ipfs/kubo/blob/master/docs/libp2p-resource-management.md
  2. Lets expose the resource manager metrics: rcmgr: use default libp2p rcmgr metrics kubo#9947

hsanjuan added a commit that referenced this issue Oct 13, 2023
This adds libp2p resource manager support. It follows Kubo's resource manager
initialization (copy-pasted mostly), as it seems dealing with a default setup
has many pitfalls.

Fixes #10
hsanjuan added a commit that referenced this issue Oct 16, 2023
This adds libp2p resource manager support. It follows Kubo's resource manager
initialization (copy-pasted mostly), as it seems dealing with a default setup
has many pitfalls.

Fixes #10
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 a pull request may close this issue.

2 participants