summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-06 15:42:21 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-06 15:42:21 -0400
commit4816b0b741cfac0b56b590ea6f3e71e210a7732c (patch)
tree6f50b7cd6b6e73a1fb2ca1aaddc77f2c3291036f
parent16892f70041210eee9920a624097a36f881d38d0 (diff)
response
-rw-r--r--doc/forum/git-annex_add_out_of_memory_error/comment_1_a2331032781c2fa3cdf22c0dc6b5b869._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/git-annex_add_out_of_memory_error/comment_1_a2331032781c2fa3cdf22c0dc6b5b869._comment b/doc/forum/git-annex_add_out_of_memory_error/comment_1_a2331032781c2fa3cdf22c0dc6b5b869._comment
new file mode 100644
index 000000000..e4207f4f9
--- /dev/null
+++ b/doc/forum/git-annex_add_out_of_memory_error/comment_1_a2331032781c2fa3cdf22c0dc6b5b869._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-10-06T19:31:44Z"
+ content="""
+This message about "getdelim" comes from git, not git-annex. It seems
+git hash-object is what's running out of memory, and probably
+when it's processing its input from stdin.
+
+That's pretty strange. git-annex just passes some filenames to git
+hash-object. Unless the system is for some reason very low on memory,
+it shouldn't choke on such a small input as a filename.
+
+This seems likely to be a git bug, so what version of git? Perhaps
+try a newer one..
+
+(Re: P.S.: It's normal for files in .git/annex/objects to not
+have write access.)
+"""]]