bzr branch uses too much RAM when not using a shared repository
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
High
|
Unassigned |
Bug Description
"bzr branch bzr+ssh:
I was using the following version (I'll test with 1.0 in a few minutes):
$ bzr --version
Bazaar (bzr) 0.92.0.candidate.1
Python interpreter: /usr/bin/python 2.5.1.final.0
Python standard library: /usr/lib/python2.5
bzrlib: /usr/lib/
Bazaar configuration: /home/danilo/
Bazaar log file: /home/danilo/
Relevant .bzr.log snippet:
bzr arguments: [u'branch', u'bzr+ssh:
chpad/devel', u'import-bugs']
looking for plugins in /home/danilo/
looking for plugins in /usr/lib/
Plugin name __init__ already loaded
Plugin name __init__ already loaded
encoding stdout as sys.stdout encoding 'UTF-8'
ssh implementation is OpenSSH
created control directory in file://
/
creating repository in file://
.
Using fetch logic to copy between RemoteRepositor
m/code/
lo/2006/
fetch up to rev {<email address hidden>}
Changed in bzr: | |
status: | Triaged → Confirmed |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Testing with bzr 1.0 doesn't replicate this behaviour: total allocated virtual memory is 479M, but RSS has gone from 29M to 38M and it's staying there for a while already (not yet finished, started about 40 minutes ago).