0.17.0-rc1: ResourceMgr defaults sabotage DHT routing in Desktop/Brave nodes #9406
Labels
kind/bug
A bug in existing code (including security flaws)
need/triage
Needs initial labeling and prioritization
topic/resource-manager
Issues related to Swarm.ResourceMgr (resource manager)
Version
Config
Description
IPFS Desktop and Brave run with lowered ConnMgr settings such as HighWater and LowWater.
Running 0.17.0-rc1 with
and opening
/ipns/en.wikipedia-on-ipfs.org/wiki/
on empty repo produces a wall of errors and seems to break DHT-based content routing (bitswap works, but content that requires DHT rarely loads, browser timeouts).ERROR resourcemanager libp2p/rcmgr_logging.go:53 Resource limits were exceeded 10619 times with error "system: cannot reserve connection: resource limit exceeded".
Click to expand ERROR logs printed to stdout
How to reproduce
/ipns/en.wikipedia-on-ipfs.org/wiki/
– walk from article to article)How to fix?
desktop
profile that is fine-tuned for Desktop and Brave, and switch desktop use cases to that profile.HighWater
set bit higher? (iiuc we limit connection number based on this value) so we dont sabotage DHT walk and avoid ERRORs in logs?cc @ipfs/gui-dev for visibility and suggestions
The text was updated successfully, but these errors were encountered: