Mercurial > hg
view tests/test-issue433.t @ 13436:b391c0c9be61 stable
hgwebdir: reduce memory usage for index generation
The archive list generator was holding a reference to each
temporary ui copy passed by rawentries(), so the memory
usage for index generation growed proportionally to the
ui object size and the amount of repositories. By returning a
list instead, the temporary reference is dropped immediately.
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Thu, 17 Feb 2011 18:05:27 -0200 |
parents | 3b165c127690 |
children |
line wrap: on
line source
http://mercurial.selenic.com/bts/issue433 $ hg init $ echo a > a $ hg commit -Ama adding a $ hg parents -r 0 doesnotexist abort: 'doesnotexist' not found in manifest! [255]