-
-
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
ipfs add with onlyhash, memery high usage #6744
Comments
when i add |
If add I add |
What if you add both? I'm trying to figure out "the MEM% grow up slower". There's a bug in go-ipfs 0.4.22 where we don't close the peerstore when the node is closed. This has been fixed in master. |
'master' branch has fix this issue |
Version information:
go-ipfs version: 0.4.22-
Repo version: 7
System version: amd64/linux
Golang version: go1.12.7
Description:
The VM has 8GB of RAM.
My application will generate a lots of calls
ipfs add -n
with a speed 40 per seonds.Firstly, the ipfs daemon just cost little memery. however, one hours later, out of memery.
If stop my application, the ipfs will return to normal after a few hours.
i want to know, is there a way to reduce recovery time? thanks!
here is the data collected by bin/collect-profiles.sh
The text was updated successfully, but these errors were encountered: