summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2019-01-22 18:07:40 -0400
committerJoey Hess <joeyh@joeyh.name>2019-01-22 18:07:40 -0400
commit016ebde0d57fce75a6506cc4cdd06e78ca2698a4 (patch)
tree6874d33efa00810dff19d0d1449e54dff9f40f88 /doc
parent9c30b358a743b30878b4b6a45ef5f91f298d86e0 (diff)
followup
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/v7_unlock_big_file__58___out_of_memory/comment_1_b5adba30830051c4ef93e1ea486757f7._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/v7_unlock_big_file__58___out_of_memory/comment_1_b5adba30830051c4ef93e1ea486757f7._comment b/doc/bugs/v7_unlock_big_file__58___out_of_memory/comment_1_b5adba30830051c4ef93e1ea486757f7._comment
new file mode 100644
index 0000000000..564b94a847
--- /dev/null
+++ b/doc/bugs/v7_unlock_big_file__58___out_of_memory/comment_1_b5adba30830051c4ef93e1ea486757f7._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2019-01-22T21:45:10Z"
+ content="""
+Yeah, so git status is OOMing, not git-annex. (And git commit OOMs too BTW.)
+
+I think git is just naively trying to malloc enough memory for the
+entire file even though it's configured to use the smudge/clean filter
+and the actual data it needs to deal with is small.
+
+I've mentioned this on the git mailing list, in message-id
+`<20190122220714.GA6176@kitenet.net>`.
+"""]]