Lotus also kills my router #7409
-
Consumer routers crashing / resetting / locking has been an issue that's plagued IPFS and friends for a long time. I've not seen it mentioned searching for this on lotus specifically, but wanted to point out this is the case for me. Regardless of what I set the available throttling to. I tried several settings, even something as cramped as this: [Libp2p]
ConnMgrLow = 5
ConnMgrHigh = 20
ConnMgrGrace = "60s" And yet every couple of minutes it will kill my router. Did I miss an option to further throttle lotus? Or did this issue carry over from the underlying tech? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 18 replies
-
What's your access bandwith ? Monitoring the lotus node throughput, mine needs between 2-4MiB/s of bandwith. I never being able to keep it sync over my DSL backup access. |
Beta Was this translation helpful? Give feedback.
-
There are two primary P2P processes - one for blockrewards (.lotus) and one for deals (.lotusminer) - my connections are usually in the thousands. It is true that low end consumer routers will not tolerate this network activity. I had to upgrade my ISP's router from the default to a newer, more robust, model ARRIS model BGW320. |
Beta Was this translation helpful? Give feedback.
-
I agree with Stuberman, the amount of sessions is probably the issue here. |
Beta Was this translation helpful? Give feedback.
-
Average number of sessions is 400 for miner and 400 for node |
Beta Was this translation helpful? Give feedback.
-
Well 400 would certainly trip the modem/router. If I use other protocols, like 400 torrent connections that would kill it as well. Note I'm not trying to create a miner or gateway that has high connectivity or throughput needs. I'm just trying to use it as a full node (since it's currently the only option I know of with Ledger hw wallet support without requiring Google Chrome spyware). |
Beta Was this translation helpful? Give feedback.
Well 400 would certainly trip the modem/router. If I use other protocols, like 400 torrent connections that would kill it as well.
However that's what the connection manager settings are supposed to be for right? (a capped 200 torrent connections will happily run 24/7)
Note I'm not trying to create a miner or gateway that has high connectivity or throughput needs. I'm just trying to use it as a full node (since it's currently the only option I know of with Ledger hw wallet support without requiring Google Chrome spyware).