followup
This commit is contained in:
parent
9c30b358a7
commit
016ebde0d5
1 changed files with 14 additions and 0 deletions
|
@ -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>`.
|
||||
"""]]
|
Loading…
Reference in a new issue