-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
ipfs daemon has high cpu usage #22808
Comments
@bridiver , on which OS do you see this issue? |
macos m1 |
By default, Kubo daemon will try to use uPnP and hole punching to become publiclly diallable, and if that is successful it will act as DHT server, accepting DHT PUTs from other peers – this introduces overhead of both CPU and additional bandwidth. This may get better with each small improvement listed below:
|
Is it possible to add an option to disable the daemon while it's not actively being used? |
The IPFS local node and scheme has been deprecated |
Description
The ipfs daemon is using 3-10% cpu continuously (m1 mac laptop) even when not in active use to load content.
Steps to Reproduce
Actual result:
High cpu usage
Expected result:
Should have minimal cpu usage when not in active use and ideally shutdown after some period of non-use. @bbondy suggested it could have a pref to always run in the background (default to false)
Reproduces how often:
Easily reproduced
Brave version (brave://version info)
1.40.16
Version/Channel Information:
All channels
The text was updated successfully, but these errors were encountered: