From 73b16289c1b5423012373023048069dd67b6d509 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnOSgFb3l7nL3Fs7Y9gPGJJjFiV7aJ1tek" Date: Fri, 4 Jul 2014 15:36:21 +0000 Subject: [PATCH] --- ...map_failed:_No_such_file_or_directory.mdwn | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 doc/bugs/git_annex_add_out_of_memory__63___mmap_failed:_No_such_file_or_directory.mdwn diff --git a/doc/bugs/git_annex_add_out_of_memory__63___mmap_failed:_No_such_file_or_directory.mdwn b/doc/bugs/git_annex_add_out_of_memory__63___mmap_failed:_No_such_file_or_directory.mdwn new file mode 100644 index 0000000000..41a82d255c --- /dev/null +++ b/doc/bugs/git_annex_add_out_of_memory__63___mmap_failed:_No_such_file_or_directory.mdwn @@ -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. +"""]]