~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2010-08-10 20:12:56 UTC
  • mto: This revision was merged to the branch mainline in revision 5376.
  • Revision ID: john@arbash-meinel.com-20100810201256-jx86bsvbmbpdm40u
Document the memory savings 1.2GB => 256MB peak to send 2414 revs of bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
* Decrease peak memory during ``bzr send``. The old code was caching all
51
51
  text content and all inventory strings for all revisions before
52
52
  computing the diffs. Now we only cache as long as there is a child that
53
 
  will need them. (John Arbash Meinel, #614576)
 
53
  will need them. Sending 2000 bzr revisions drops from 1.2GB peak to
 
54
  256MB peak. (John Arbash Meinel, #614576)
54
55
 
55
56
* Don't print internal object name when print an invalid revision spec
56
57
  error.  (Neil Martinsen-Burrell, #598701)