-
-
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
Router crashes when Kubo is being used #9998
Comments
This comment was marked as resolved.
This comment was marked as resolved.
In my experience, the problem seems to correlate with the number of IPFS peers the concerned node is connected to. ipfs swarm filters add /ip4/0.0.0.0/ipcidr/0 Since keeping this configuration active seriously reduces IPFS connectivity, I created this project to automate its activation when the network performance shows signs of overloading, and deactivating it when the performance has reached its baseline again. I encourage you to adapt this project for other network metrics and IPFS limitation measures you find useful and share your findings to help the community solve this issue which IPFS has. |
You can't access the internet when running Kubo ?
Your router periodically stops for a few minutes when running Kubo ?
Your internet is very slow when using Kubo ?
You are in the right place !
You are puzzled by the amount of background connections and or traffic ?
This is not here, please see discuss.ipfs.io.
Replaces #3320
Known workarounds
No Reuseport
Try running with
LIBP2P_TCP_REUSEPORT=false ./ipfs daemon
and see if that is still happening.No TCP
Try running with thoses config:
ipfs config --json Swarm.Transports.Network.TCP false
ipfs config --json Swarm.Transports.Network.Websocket false
ipfs shutdown
restart your node for the new config to take effectDoing a report
Please copy paste this template and fill in inside your message (feel free to omit unknown fields, just fill best effort thx):
Table
The text was updated successfully, but these errors were encountered: