-
-
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
memory fail when adding >200GB #1584
Comments
yeah, it's memory. it climbs steadily, still. @whyrusleeping best way to make a profile? |
run with |
I can take a look when i'm done with all this moving stuff. |
tried debugging this last night. added a 300GB directory of smaller ~4MB files. memory did slowly climb, but veeeeery slowly, ~600MB over an hour and a half. The main issue i noticed was how absurdly slow it was, i'm going to try again later after temporarily disabling sync on my datastore |
@whyrusleeping did you try this o/ ? |
I beleive that I did, and am running into the open file descriptor bug now. |
This is still an issue, but closing in favor of #1924 |
I'm adding all of downloads.openwrt.org to ipfs. and it fails at around ~15/16GB. I'm doing it with the daemon off (for better perf). I think it's memory consumption-- maybe leaking stuff (or rather, holding on to it while adding and not letting gc do its work.)
The text was updated successfully, but these errors were encountered: