author | Junio C Hamano <junkio@cox.net> | |
Fri, 5 Jan 2007 21:31:43 +0000 (13:31 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 5 Jan 2007 21:31:43 +0000 (13:31 -0800) | ||
commit | 16157b8074926348a9ee191ce6b50c8e1656161c | |
tree | 6c556b2e1a480611b57b60360a28356faa78567f | tree | snapshot |
parent | 244a70e608204a515c214a11c43f3ecf7642533a | commit | diff |
builtin-prune: memory diet.
Somehow we forgot to turn save_commit_buffer off while walking
the reachable objects. Releasing the memory for commit object
data that we do not use matters for large projects (for example,
about 90MB is saved while traversing linux-2.6 history).
Signed-off-by: Junio C Hamano <junkio@cox.net>
Somehow we forgot to turn save_commit_buffer off while walking
the reachable objects. Releasing the memory for commit object
data that we do not use matters for large projects (for example,
about 90MB is saved while traversing linux-2.6 history).
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-prune.c | diff | blob | history |