aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawntodrSgODU27WUCyN2PV7TC14YMkyaoxQ <Dennis@web>2014-12-11 10:58:22 +0000
committerGravatar admin <admin@branchable.com>2014-12-11 10:58:22 +0000
commit506e8ead4dbafe3121c4c492575fe4d2470fc9fb (patch)
treeb57d0e4e32fc4ebf281523134ecf6db706724d79 /doc
parent0d59ee1d203e321b15b481101020580039418ecb (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git_annex_assistant_leaks_a_lot_of_memory/comment_4_d597e15e9693ce6e8c1ca80cb225b044._comment21
1 files changed, 21 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
+
+"""]]