[BUG] bzr branch dies with MemoryError
Martin Pool
mbp at canonical.com
Tue May 9 02:05:22 BST 2006
On 09/05/2006, at 9:25 AM, John Whitley wrote:
> [Submitted as 43702 in Malone. Cleverly disguised with the
> erroneous title of "bzr pull dies with MemoryError", but Malone
> won't let me correct that mistake.. :-P -- jw]
You should be able to fix it by clicking 'Edit description' in the
top left. (This is not obvious; I have a bug open on Malone about it.)
Thanks for the report. There are too many assumptions in the code at
the moment that it is possible to hold a whole revision in memory at
one time. We should add development guidelines about what
assumptions on size are and aren't reasonable. (I
think it's reasonable for example that any single file text should
fit, for example.)
--
Martin
More information about the bazaar
mailing list