aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_assistant_leaks_a_lot_of_memory
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-11-06 15:59:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-11-06 15:59:51 -0400
commit7c0b62d87a74681b58704680996db9722ff29d84 (patch)
tree22662f73b41146fa37c609940e531ec1a7f668e1 /doc/bugs/git_annex_assistant_leaks_a_lot_of_memory
parentc1655e8f4ba604e706bdc413004a2355708c8ec4 (diff)
comment
Diffstat (limited to 'doc/bugs/git_annex_assistant_leaks_a_lot_of_memory')
-rw-r--r--doc/bugs/git_annex_assistant_leaks_a_lot_of_memory/comment_1_a4805854c448e4bc70a47f5555e0f73c._comment21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_assistant_leaks_a_lot_of_memory/comment_1_a4805854c448e4bc70a47f5555e0f73c._comment b/doc/bugs/git_annex_assistant_leaks_a_lot_of_memory/comment_1_a4805854c448e4bc70a47f5555e0f73c._comment
new file mode 100644
index 000000000..198731df9
--- /dev/null
+++ b/doc/bugs/git_annex_assistant_leaks_a_lot_of_memory/comment_1_a4805854c448e4bc70a47f5555e0f73c._comment
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2014-11-06T19:53:02Z"
+ content="""
+Does the assistant's memory use go back to being small when you stop
+and restart the daemon, or does it immediately go back up?
+
+Are there a lot of files in `.git/annex/transfer`? One possibility
+is it might be getting flooded with failed/pending file transfers.
+
+If you feel up to building git-annex from source, you could
+enable the EKG remote monitoring interface. This would let you see
+graphs of the memory use, and probably get a good idea of what's
+using memory. Or, you could do a full memory profiling build of
+git-annex, which will let us nail down exactly what's using the memory.
+
+See [[this_page|ekg]] for instructions for building git-annex for EKG
+and memory profiling. If it's too hard for you to do that, I can
+probably provide you with a prebuilt version with memory profiling.
+"""]]