This commit is contained in:
parent
cb48baed33
commit
73b16289c1
1 changed files with 41 additions and 0 deletions
|
@ -0,0 +1,41 @@
|
|||
### Please describe the problem.
|
||||
|
||||
Adding my 43GB Music Studio folder with 85K files causes out of memory or file not found errors. I subsequently tried on a very small folder but it still fails. --debug gives nothing useful that I can see.
|
||||
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
cd Studio
|
||||
git init
|
||||
git annex init
|
||||
git annex add
|
||||
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
git-annex version: 5.20140613-g5587055
|
||||
build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV DNS Feeds Quvi TDFA CryptoHash
|
||||
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
|
||||
remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier ddar hook external
|
||||
local repository version: 5
|
||||
supported repository version: 5
|
||||
upgrade supported from repository versions: 2 3 4
|
||||
|
||||
Running on Windows 8.1 x64, Git Bash, Direct Mode, WORM backend
|
||||
|
||||
### 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
|
||||
|
||||
fatal: Out of memory? mmap failed: No such file or directory
|
||||
git-annex: add: 8562 failed
|
||||
|
||||
Phil@DESKTOP /c/Studio (annex/direct/master)
|
||||
$ git annex add audacity
|
||||
fatal: Out of memory? mmap failed: No such file or directory
|
||||
(Recording state in git...)
|
||||
|
||||
|
||||
# End of transcript or log.
|
||||
"""]]
|
Loading…
Reference in a new issue