-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Unable to initialize libp2p due to conflicting limit configuration #9695
Comments
@thedmdim: I don't know how |
That said, I suspect regardless you're going to have issues with only |
@thedmdim : can you please test with the 0.19RC that was released on 2023-03-06? |
yep, i'll test it soon |
build: root@DietPi:~/kubo# ipfs version
ipfs version 0.19.0-rc1
root@DietPi:~/kubo# ipfs daemon
Initializing daemon...
Kubo version: 0.19.0-rc1-0f1181d23
Repo version: 13
System version: arm/linux
Golang version: go1.20.1
Computed default go-libp2p Resource Manager limits based on:
- 'Swarm.ResourceMgr.MaxMemory': "259 MB"
- 'Swarm.ResourceMgr.MaxFileDescriptors': 524288
Theses can be inspected with 'ipfs swarm resources'.
2023-03-11T15:53:00.612Z ERROR core core/builder.go:158 constructing the node: could not build arguments for function "github.com/ipfs/kubo/core/node".PeerWith.func1 (github.com/ipfs/kubo/core/node/peering.go:29): failed to build *peering.PeeringService: could not build arguments for function "github.com/ipfs/kubo/core/node".Peering (github.com/ipfs/kubo/core/node/peering.go:14): failed to build host.Host: could not build arguments for function "github.com/ipfs/kubo/core/node/libp2p".Host (github.com/ipfs/kubo/core/node/libp2p/host.go:40): could not build value group []config.Option[group="libp2p"]: received non-nil error from function "github.com/ipfs/kubo/core/node/libp2p".ResourceManager.func1 (github.com/ipfs/kubo/core/node/libp2p/rcmgr.go:31):
Unable to initialize libp2p due to conflicting resource manager limit configuration.
resource manager System.StreamsInbound (-3) must be bigger than ConnMgr.HighWater (40)
Error: constructing the node (see log for full detail):
Unable to initialize libp2p due to conflicting resource manager limit configuration.
resource manager System.StreamsInbound (-3) must be bigger than ConnMgr.HighWater (40) |
ACK, thanks @thedmdim . We should be able to reproduce on our end by setting @Jorropo : two thoughts there:
|
2023-03-14 conversation: @Jorropo will determine by EOD 2023-03-14 whether this should be a 0.19 release blocker or not. |
Thanks, new version seems works fine, i tested, uptime 1 day |
Checklist
Installation method
built from source
Version
Config
Description
Hello! I just updated my kubo node from 0.17 to 0.19 at my SBC, but cannot run ipfs daemon, i got:
The text was updated successfully, but these errors were encountered: