comparison doc/hg.1.txt @ 2255:3f38e872f39a

Reduce ram used for very large inlined index files During a clone, an inline index is not converted to a split index file until the very end. When the conversion happens, the index can be very large, and the inline index loading functions always load the entire index file into ram. This changes the revlog code to read the index in smaller chunks.
author mason@suse.com
date Wed, 10 May 2006 15:26:56 -0700
parents 956e329f9e13
children d90a9d7c7d4d
comparison
equal deleted inserted replaced
2254:827fcfe88b14 2255:3f38e872f39a