summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar anarcat <anarcat@web>2015-06-24 14:44:49 +0000
committerGravatar admin <admin@branchable.com>2015-06-24 14:44:49 +0000
commit64452bba8ae73e8077319736cd31dc35f13efec1 (patch)
tree42deaf3e4161f3780b59758173d1a76816e345ad
parente3070ea33a18b5ead0d470234079b691325c5f8e (diff)
wow, that's scary
-rw-r--r--doc/bugs/assistant_memory_leak.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/bugs/assistant_memory_leak.mdwn b/doc/bugs/assistant_memory_leak.mdwn
new file mode 100644
index 000000000..d15c861e0
--- /dev/null
+++ b/doc/bugs/assistant_memory_leak.mdwn
@@ -0,0 +1,30 @@
+### Please describe the problem.
+
+The assistant is using gruesome amounts of resident memory:
+
+<pre>
+USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
+www-data 23898 29.0 90.4 7842888 5536740 ? Sl Jun17 2810:08 /usr/lib/git-annex.linux/exe/git-annex --library-path /usr/lib/git-annex.linu
+</pre>
+
+I had to stop the assistant because it ended up using all memory.
+
+### What steps will reproduce the problem?
+
+Unclear. The assistant has been running for a while and there's a big tansfer (~800GB) of files in progress.
+
+### What version of git-annex are you using? On what operating system?
+
+5.20150610+gitg608172f-1~ndall+1 on Debian 7 Wheezy.
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]
+
+--[[anarcat]]