Added a comment
This commit is contained in:
parent
dc706d1eb0
commit
65c94ce094
1 changed files with 45 additions and 0 deletions
|
@ -0,0 +1,45 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA"
|
||||
nickname="Laszlo"
|
||||
subject="comment 10"
|
||||
date="2013-03-03T18:31:24Z"
|
||||
content="""
|
||||
The problem with restarting, that it seems, it puts everything one more time into .git.
|
||||
(if we ignore the logging problem).
|
||||
|
||||
Right now, here is the:
|
||||
$ du -ak . | sort -nr | cut -f2 | xargs -d '\n' du -sh |head -n 30 -
|
||||
output:
|
||||
8,7G .
|
||||
8,0G ./.git
|
||||
6,3G ./.git/annex
|
||||
3,5G ./.git/annex/daemon.log.2
|
||||
2,5G ./.git/annex/daemon.log
|
||||
1,7G ./.git/objects
|
||||
742M ./mydir
|
||||
640M ./mydir/wp
|
||||
616M ./mydir/wp/wd
|
||||
314M ./mydir/wp/wd/2012
|
||||
226M ./mydir/wp/wd/2011
|
||||
227M ./.git/annex/daemon.log.1
|
||||
109M ./.git/annex/objects
|
||||
|
||||
If you observe ./.git/objects dir, is 1,7G,
|
||||
while yesterday it was 742M (see my first comment).
|
||||
|
||||
Other problem, that once it runs out of space, threads crashes:
|
||||
Pusher crashed: user error (git [\"--git-dir=/home/user/down/annex/.git\",\"--work-tree=/home/user/down/annex\",\"update-index\",\"-z\",\"--index-info\"] exited 128)
|
||||
NetWatcherFallback crashed: fd:28: hGetLine: end of file
|
||||
DaemonStatus crashed: /home/user/down/annex/.git/annex/daemon.status.tmp7564: hClose: resource exhausted (No space left on device)
|
||||
|
||||
Right now, I think I tested everything I could.
|
||||
|
||||
Where is the autobuild? This one still is 2013 feb 27:
|
||||
http://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-i386.tar.gz
|
||||
|
||||
Anyway, once the new version is out, I will retest this experiment.
|
||||
|
||||
Best,
|
||||
Laszlo
|
||||
|
||||
"""]]
|
Loading…
Reference in a new issue