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

WIP: Implement new ResourceManager partial limits config object. #9612

Closed

Conversation

ajnavarro
Copy link
Member

@ajnavarro ajnavarro commented Jan 30, 2023

First iteration implementing libp2p/go-libp2p#2000 into kubo

Fixes #9564

@ajnavarro ajnavarro force-pushed the ajnavarro/feat/integrate-new-rm-config-format branch from 3486ca2 to 88b45fd Compare January 31, 2023 11:29
@ajnavarro ajnavarro force-pushed the ajnavarro/feat/integrate-new-rm-config-format branch from 88b45fd to d9bb868 Compare February 3, 2023 14:43
@ajnavarro
Copy link
Member Author

Output example with the new limits format:

{
  "Conns": "unlimited",
  "ConnsInbound": 16212,
  "ConnsOutbound": "unlimited",
  "FD": 524288,
  "Memory": "17000000000",
  "Streams": "unlimited",
  "StreamsInbound": "unlimited",
  "StreamsOutbound": "unlimited"
}

@Jorropo
Copy link
Contributor

Jorropo commented Mar 1, 2023

Rebased into #9680

@Jorropo Jorropo closed this Mar 1, 2023
@Jorropo Jorropo deleted the ajnavarro/feat/integrate-new-rm-config-format branch March 1, 2023 09:04
@Jorropo Jorropo restored the ajnavarro/feat/integrate-new-rm-config-format branch March 1, 2023 09:04
@hacdias hacdias deleted the ajnavarro/feat/integrate-new-rm-config-format branch May 9, 2023 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Make it possible to set 0-value user-supplied resource manage limits
2 participants