-
-
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
logs fill up disk #866
Comments
Yep.
that's abysmal perf-- something very weird is going on. what are the resources you're running this under?
We chatted on irc and your log files do look like this:
Which means that the log-rotator
it should--
should work nicely. |
i am behind NAT, not sure about my friend, but at this point it doesn't matter: i'm just doing this is on Debian Jessie AMD64.
... "works" (ie. the files are gone), but since the daemon is still running and still holds the file descriptors open, the space isn't reclaimed. |
no, it should close the |
well, right. at least i think that's right: the |
fixed in #1382 |
so I imported a 3.2GB file into ipfs using
ipfs add
. apparently, that's an exotic enough operation to cause all sorts of problems. :) first it duplicated the file to~/.go-ipfs
(to be expected?) and took around an hour (i was surprised by that) - but I guess that's a separate issue.then i tried to share the file with a friend. it didn't work so well, things stalled and wouldn't work. so i went around to try to
ipfs cat > /dev/null
the file locally. what happened next was that my HDD was filled up with the daemon's logfiles. removing the files of course didn't help until i restarted the daemon, and then i was able to complete theipfs cat
.The text was updated successfully, but these errors were encountered: