This commit is contained in:
Joey Hess 2019-01-22 18:07:40 -04:00
parent 9c30b358a7
commit 016ebde0d5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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>`.
"""]]