aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-11 18:20:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-11 18:20:42 -0400
commit84ce6dc7b2d1c42f6ce6521a24f316a625e946e2 (patch)
tree22af4d682f90f873caf98bf3065ffc6034c99148 /doc
parent65c8e14aff9a96d96b083b579a6946a3b85ab639 (diff)
parent5961a548fae73cff8515112c0d332818aa92b61f (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git_annex_assistant_leaks_a_lot_of_memory/comment_4_d597e15e9693ce6e8c1ca80cb225b044._comment21
-rw-r--r--doc/forum/repair_stuck_on_ls-tree_command/comment_6_061770159851c0f06a962937dff035b9._comment30
2 files changed, 51 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_assistant_leaks_a_lot_of_memory/comment_4_d597e15e9693ce6e8c1ca80cb225b044._comment b/doc/bugs/git_annex_assistant_leaks_a_lot_of_memory/comment_4_d597e15e9693ce6e8c1ca80cb225b044._comment
new file mode 100644
index 000000000..ccd35305b
--- /dev/null
+++ b/doc/bugs/git_annex_assistant_leaks_a_lot_of_memory/comment_4_d597e15e9693ce6e8c1ca80cb225b044._comment
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawntodrSgODU27WUCyN2PV7TC14YMkyaoxQ"
+ nickname="Dennis"
+ subject="comment 4"
+ date="2014-12-11T10:58:21Z"
+ content="""
+I suffer from the same issue.
+
+In ~/.profile I put the line `git-annex assistant --quiet --autostart --startdelay=5s > /dev/null &`.
+
+Htop shows:
+
+ 26291 xxx 20 0 6584M 3123M 9864 S 0.0 81.6 29h29:17 git-annex assistant --startdelay=5s
+ 26292 xxx 20 0 6584M 3123M 9864 S 0.0 81.6 12h38:32 git-annex assistant --startdelay=5s
+ 26293 xxx 20 0 6584M 3123M 9864 S 0.0 81.6 21h45:49 git-annex assistant --startdelay=5s
+ 26321 xxx 20 0 6584M 3123M 9864 D 0.0 81.6 18:34.12 git-annex assistant --startdelay=5s
+ 21019 xxx 20 0 6584M 3123M 9864 S 0.0 81.6 0:00.08 git-annex assistant --startdelay=5s
+ 21908 xxx 20 0 6584M 3123M 9864 S 0.0 81.6 0:00.00 git-annex assistant --startdelay=5s
+ 26290 xxx 20 0 6584M 3123M 9864 S 0.0 81.6 64h33:50 git-annex assistant --startdelay=5s
+
+"""]]
diff --git a/doc/forum/repair_stuck_on_ls-tree_command/comment_6_061770159851c0f06a962937dff035b9._comment b/doc/forum/repair_stuck_on_ls-tree_command/comment_6_061770159851c0f06a962937dff035b9._comment
new file mode 100644
index 000000000..5f73e65cf
--- /dev/null
+++ b/doc/forum/repair_stuck_on_ls-tree_command/comment_6_061770159851c0f06a962937dff035b9._comment
@@ -0,0 +1,30 @@
+[[!comment format=mdwn
+ username="vho"
+ subject="Trying to make git gc pass with a huge swap"
+ date="2014-12-11T16:52:16Z"
+ content="""
+I have created a 100 GB swap file and ran git gc again.
+It ate my 8 GB of RAM + 38 GB of swap. It ended successfully:
+
+ vincent@berlioz:~/photos2$ time git gc --aggressive
+ Décompte des objets: 2263783, fait.
+ Compression des objets: 100% (2253014/2253014), fait.
+ Écriture des objets: 100% (2263783/2263783), fait.
+ Total 2263783 (delta 1567807), reused 284965 (delta 0)
+ Suppression des objets dupliqués: 100% (256/256), fait.
+ Vérification de la connectivité: 2263783, fait.
+
+ real 110m18.565s
+ user 37m38.225s
+ sys 3m23.457s
+
+Yet the following git annex sync didn't do better than previous ones and took 285 minutes to complete.
+
+I am going to check my hard disk drive to see if there aren't any third party problem.
+
+ vincent@berlioz:~/photos2$ du -sh --exclude=.git/annex
+ 510M .
+
+Yet it shrank by 300 MB.
+
+"""]]