summaryrefslogtreecommitdiff
path: root/doc/bugs/runs_of_of_memory_adding_2_million_files.mdwn
blob: 3891933a6e3252bbb410df5ff845bee99d15745b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>

> [[fixed|done]] --[[Joey]]