bzr memory usage
Hi, I sent en email to the bazaar mailing list regarding memory usage, but since I'm not subscribed did not get through in 5 days. My experience in brief:
Commands:
(1) bzr branch lp:gcc
(2) bzr branch --stacked lp:gcc
(3) bzr checkout lp:gcc
(4) bzr checkout --lightweight lp:gcc
As you can see I am desparately trying to checkout a very large project, and I need to be able to do it on old machinery (128MB RAM). Nevertheless I run the commands on a recent machine with lots of RAM, and here is what I got as total Virtual Memory sizes:
(1) and (2) succeeded with too much memory used (Peak at ~800MB, avg about 500-600MB)
(3) was OOM killed (!) after surpassing 850MB
(4) had downloaded more than 8GB of data after 5 or 6 hours and I had to kill it, it's memory usage was much less but still significant, I think about 250MB when I killed it.
So my questions:
* Is there a leak somewhere? All memory sizes were constantly increasing.
* Is bzr the proper tool for that large projects? Or should I use svn, that I was trying to avoid?
* Is there hope for doing a simple checkout on old machinery? Should I resort to downloading from recent hardware, compressing a tarball, and scp'ing that?
* Time for the succesful branch commands was 3-4 hours, is that normal? I got the impression that the first hour or so it downloaded data, but didn't write anything to disk...
* Does bazaar mailing list supports posts from unsubscribed? If not it should be mentioned somewhere.
Thanks in advance,
Dimitris
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Bazaar Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Dimitrios Apostolou for more information if necessary.