This commit is contained in:
parent
5dea16889e
commit
43dac0b4c9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
I'm trying to use git-annex to archive scientific data. I'm often dealing with large numbers of files, sometimes 10k or more. When I try to git-annex add these files I get this error:
|
I'm trying to use git-annex to archive scientific data. I'm often dealing with large numbers of files, sometimes 10k or more. When I try to git-annex add these files I get this error:
|
||||||
|
|
||||||
|
|
||||||
Stack space overflow: current size 8388608 bytes.
|
Stack space overflow: current size 8388608 bytes.
|
||||||
Use `+RTS -Ksize' to increase it.
|
Use `+RTS -Ksize' to increase it.
|
||||||
|
|
||||||
|
|
||||||
This is with the latest version of git-annex and a current version of git on OS 10.6.7. After this error occurs, I am unable to un-annex the files and I'm forced to recover from a backup.
|
This is with the latest version of git-annex and a current version of git on OS 10.6.7. After this error occurs, I am unable to un-annex the files and I'm forced to recover from a backup.
|
||||||
|
|
Loading…
Reference in a new issue