From 4816b0b741cfac0b56b590ea6f3e71e210a7732c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 6 Oct 2015 15:42:21 -0400 Subject: response --- ...omment_1_a2331032781c2fa3cdf22c0dc6b5b869._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/forum/git-annex_add_out_of_memory_error/comment_1_a2331032781c2fa3cdf22c0dc6b5b869._comment (limited to 'doc') 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.) +"""]] -- cgit v1.2.3