~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-16 17:33:27 UTC
  • mfrom: (5755.2.10 2.4-max-entries-gc-602614)
  • Revision ID: pqm@pqm.ubuntu.com-20110516173327-5ehst0ttceohsf5w
(jameinel) Add bzr.groupcompress.max_bytes_to_index to limit peak memory
 when delta-compressing large files (bug #602614) (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
.. New commands, options, etc that users may wish to try out.
26
26
 
 
27
* The text compressor used for 2a repositories now has a tweakable
 
28
  parameter that can be set in bazaar.conf.
 
29
  ``bzr.groupcompress.max_entries_per_source`` default of 65536.
 
30
  When doing compression, we build up an index of locations to match
 
31
  against. Setting this higher will result in slightly better compression,
 
32
  at a cost of more memory. Note that a value of 65k represents fully
 
33
  sampling a 1MB file. So this only has an effect when compressing texts
 
34
  larger than N*16 bytes. (John Arbash Meinel, #602614)
 
35
 
27
36
Improvements
28
37
************
29
38