~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-23 04:02:23 UTC
  • mfrom: (4469.1.4 1.17-gc-single-mem)
  • Revision ID: pqm@pqm.ubuntu.com-20090623040223-yvjujkc4sd3me6gd
(jam) Update the GroupCompressBlock to compress via chunks,
        shaves a memory copy of the raw file content during commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
  (Martin Pool, #339385)
44
44
 
45
45
* Reduced memory consumption during ``bzr commit`` of large files. For
46
 
  pre 2a formats, should be down to ~3x the size of a file, and for
47
 
  ``--2a`` formats should be down to exactly 2x the size. Related to bug
48
 
  #109114. (John Arbash Meinel)
 
46
  pre 2a formats, should be down to ~3x the size of a file.
 
47
  For ``--2a`` format repositories, it is down to the size of the file
 
48
  content plus the size of the compressed text.  Related to bug #109114.
 
49
  (John Arbash Meinel)
49
50
 
50
51
* Repositories using CHK pages (which includes the new 2a format) will no
51
52
  longer error during commit or push operations when an autopack operation