Comment 6 for bug 864217

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 864217] Re: MemoryError when repacking repository with large numbers of revisions

Well, bzr's 'natural' pack for that would be:
2*100K
6*10K
4*1K
2*100
7*1
=======
264,207

reached by
2 100K pack operaitons
26 10K pack operations
264 1K pack operations
2642 100 rev pack operations
26420 10 rev pack operations

How this balances vs the 40K heuristic the import is using I'm not sure :)

Being packed -reasonably- tightly helps performance during the import,
but perhaps could be tuned based on whats being imported?

-Rob