##// END OF EJS Templates
Reduce ram used for very large inlined index files...
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.
mason@suse.com -
r2255:3f38e872 default
Show More