diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-04 14:15:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-04 14:15:38 -0400 |
commit | a79f88bf0112756a86a6782f07f510c49b98184c (patch) | |
tree | fa1d29b92ed3fa0f6d650e9ae6d58de04d8b132f /doc | |
parent | 9e4a4cdde12748ac2220cf1d08fcf63ca22c97c4 (diff) |
bug report
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/runs_of_of_memory_adding_2_million_files.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/runs_of_of_memory_adding_2_million_files.mdwn b/doc/bugs/runs_of_of_memory_adding_2_million_files.mdwn new file mode 100644 index 000000000..a248d9489 --- /dev/null +++ b/doc/bugs/runs_of_of_memory_adding_2_million_files.mdwn @@ -0,0 +1,15 @@ +Make 2 million files and `git annex add` (indirect mode), fails at the end: + +<pre> +add 999996 ok +add 999997 ok +(Recording state in git...) +[2014-06-21 11:49:28 JEST] feed: xargs ["-0","git","--git-dir=/home/joey/tmp/r/.git","--work-tree=/home/joey/tmp/r","add","--"] +add 999998 ok +add 999999 ok +[2014-06-21 11:49:49 JEST] read: git ["--git-dir=/home/joey/tmp/r/.git","--work-tree=/home/joey/tmp/r","diff","--name-only","--diff-filter=T","-z","--","."] +(Recording state in git...) +[2014-06-21 11:52:24 JEST] feed: xargs ["-0","git","--git-dir=/home/joey/tmp/r/.git","--work-tree=/home/joey/tmp/r","add","--"] +Stack space overflow: current size 8388608 bytes. +Use `+RTS -Ksize -RTS' to increase it. +</pre> |