Browse Source
The "Building bitmaps" GC phase fails for large repositories (repos with 10M objects use 1.25MB per uncompressed bitmap, and those with long histories may build >25k bitmaps). Since these bitmaps xor well against each other, the actual space needed for each compressed bitmap is usually no more than a few KB. Calling trim() will ensure we aren't holding on to excess memory. Change-Id: I40bf78c730b9f6051da6025f9777ce27220a5b0a Signed-off-by: Terry Parker <tparker@google.com>stable-5.1
Terry Parker
6 years ago
committed by
Jonathan Nieder
2 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue