On Mon, Sep 23, 2019 at 08:43:11PM +0200, René Scharfe wrote: > > It's overall memory usage, the avarage of five runs of: > > > > /usr/bin/time --format='%M' ~/src/git/git name-rev --all > > > >> And how much is that in absolute terms? > > > > git: 29801 -> 28514 > > linux: 317018 -> 332218 > > gcc: 106462 -> 114140 > > gecko: 315448 -> 344486 > > webkit: 55847 -> 62780 > > llvm: 112867 -> 134384 > > I only have the first two handy, and I get numbers like this with > master: > > git, lots of branches with long names: 3075476 > git, local clone, single branch: 1349016 > linux, single branch: 1520468 > > O_o I have commit graph present and enabled. Without that I get approx. the same memory usage in my linux repo as you did (along with much longer runtime). Will have to clarify this in the commit messages that talk about runtime and memory usage.