aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_add_out_of_memory__63___mmap_failed__58___No_such_file_or_directory.mdwn
blob: 13ac5a98f6bc4a66f3250066a535bbe26018efbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
### 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.
"""]]

[[!meta title="msysgit failure on Windows: mmap failed: No such file or directory "]]