diff options
author | https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA <Laszlo@web> | 2013-03-16 09:59:05 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-03-16 09:59:05 +0000 |
commit | df3f20983e1c0bbfa5dbed2cb0afff26f3887da5 (patch) | |
tree | 93b579b8af3cb18a219b78928920d616a1e76908 | |
parent | f09a69489d293f75cdd0d3a9e83a68244b6e51c8 (diff) |
Added a comment: version 20130314, still not improved
-rw-r--r-- | doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_13_cecf9c09b871e32ef0d21f6489eee945._comment | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_13_cecf9c09b871e32ef0d21f6489eee945._comment b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_13_cecf9c09b871e32ef0d21f6489eee945._comment new file mode 100644 index 000000000..a4ca27244 --- /dev/null +++ b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_13_cecf9c09b871e32ef0d21f6489eee945._comment @@ -0,0 +1,45 @@ +[[!comment format=txt + username="https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA" + nickname="Laszlo" + subject="version 20130314, still not improved" + date="2013-03-16T09:59:05Z" + content=""" +Hi, + +I promised you a feedback, once a newer version comes out. + +I started fresh (from the gui), created a new directory, and copied my files over it, +deleted the old one (git-annex-webapp just silently quite, when I tried to use the old directory). + +Problems: +1. each starts costs me an hour at least + +2. when computer starts git-annex starts too, and try to eat all the resources. + Resulting a 10 minute bootup. Would be nice to kick in, when computer idle, +and others already finished booting up. (ie. I had a chance to start a webbrowser) + +3. .git objects still going. +find `pwd` >../gitannexstartup[TIME].txt + +Some results: +gitannexstartup1034.txt +91179 +gitannexstartup1035.txt +91566 +gitannexstartup1040.txt +91938 + +diff between 1034 and 1035 (only 1 minute difference when the file created), +shows many entries like this: +/home/user/Desktop/down/annexnew/.git/objects/52/1ba05331f99585923f1724bb97c18a8f22837444843a45232 +/home/user/Desktop/down/annexnew/.git/objects/52/7457c478a19f8f85c73b9f17c5640378cf307044868a45258 + +So git objects keeps still adding. +As I have many duplicates in my directory +(backup of backups, I'm kind of paranoid, when comes to daily job), so it may be related to this bug: + +http://git-annex.branchable.com/bugs/Direct_mode_keeps_re-checksuming_duplicated_files/ + +It is just a hunch. Please tell me what else to test. + +"""]] |