Skip to content
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

Memory leak while adding files #2547

Closed
neko259 opened this issue Apr 11, 2016 · 4 comments
Closed

Memory leak while adding files #2547

neko259 opened this issue Apr 11, 2016 · 4 comments

Comments

@neko259
Copy link

neko259 commented Apr 11, 2016

I added 14403 image files (exactly half of them are small thumbnails about 8K size, other vary from 100K to 10M. The overall size is 4.7G. While performing add, ipfs process took RAM and the most was 6G (that is at the completion point). After completion the memory was not freed completely, 2G were still taken by the process. When trying to break the process, the memory was not freed at all and frozen at the break point.

I tried to do ls on this uploaded directory but failed, ipfs ls process starts to eat memory again.

@SCBuergel
Copy link

Which version of ipfs (check with ipfs version) are you running and on which platform? I had that issue previously but it should be resolved in the latest version.

@neko259
Copy link
Author

neko259 commented Apr 12, 2016

I tried on 0.3.11 and 0.4-dev from dist on the moment of about a week
ago. If something changed from that point, I can try again.

On 12.04.2016 13:32, Sebastian C. Bürgel wrote:

Which version of ipfs (check with |ipfs version|) are you running and
on which platform? I had that issue previously
#2173 but it should be
resolved in the latest version.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#2547 (comment)

@Kubuxu
Copy link
Member

Kubuxu commented Apr 12, 2016

There was release of 0.4.0 few days ago so it might have changed.

@neko259
Copy link
Author

neko259 commented Apr 12, 2016

Seems working indeed.

@neko259 neko259 closed this as completed Apr 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants