summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2014-04-17 17:25:30 +0000
committerGravatar admin <admin@branchable.com>2014-04-17 17:25:30 +0000
commitce59168b9cf5ddf3d79443a6407e57e23218968b (patch)
tree227fa3fb6bd2ed114f2fbb125951f545f96c6cd7 /doc/bugs
parent043a2a96438ec4ba162a67b1b7ae2c83409bdb3c (diff)
Added a comment
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/fatal:_Out_of_memory__63___mmap_failed:_No_error/comment_1_3bc14a8b093ebb2c0571f5a554ef8cf3._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/fatal:_Out_of_memory__63___mmap_failed:_No_error/comment_1_3bc14a8b093ebb2c0571f5a554ef8cf3._comment b/doc/bugs/fatal:_Out_of_memory__63___mmap_failed:_No_error/comment_1_3bc14a8b093ebb2c0571f5a554ef8cf3._comment
new file mode 100644
index 000000000..bf120c20a
--- /dev/null
+++ b/doc/bugs/fatal:_Out_of_memory__63___mmap_failed:_No_error/comment_1_3bc14a8b093ebb2c0571f5a554ef8cf3._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.191"
+ subject="comment 1"
+ date="2014-04-17T17:25:29Z"
+ content="""
+That error message is a git error message (from git's `wrapper.c`), not a git-annex error message.
+
+It's quite possible that git does not scale to as many file on Windows as it does on Unix, and git is known to not scale particularly well to vast numbers of files even on unix, although running out of memory is not the typical failure mode there.
+
+I think you should file a bug report on git.
+"""]]