-
Notifications
You must be signed in to change notification settings - Fork 864
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
ship with low power profile as default to reduce CPU usage #2039
Comments
The c.Routing.Type = "dhtclient"
c.AutoNAT.ServiceMode = AutoNATServiceDisabled
c.Reprovider.Interval = "0"
c.Swarm.ConnMgr.LowWater = 20
c.Swarm.ConnMgr.HighWater = 40
c.Swarm.ConnMgr.GracePeriod = time.Minute.String() Peers behind a nat will be dhtclients automatically, and they need autonat for circuit relays and hole punching. We can't use lowpower profile because it would disable Reprovider which would break data providing local data to the network :) The only thing we could tweak compared to the current settings is to decrease ConnMgr values – i opened #2055 |
@autonome try updating to https://github.com/ipfs/ipfs-desktop/releases/tag/v0.20.4 – it uses lowpower |
Is your feature request related to a problem? Please describe.
I consistently see IPFS using ~5-11% CPU while I'm not interacting with it.
Describe the solution you'd like
Ship w/ low power profile as default.
Describe alternatives you've considered
Not running IPFS typically reduces the CPU usage to zero.
Additional context
Apparently humans are not 80% water. It's a myth.
The text was updated successfully, but these errors were encountered: