From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Can NOT bzr the emacs repos (may be bzr has a memory leak) Date: Tue, 02 Feb 2010 11:53:15 +0100 Message-ID: <87iqafc3j8.fsf@telefonica.net> References: <2e566b9e1002012043m293cd98fg36ebc5d9c4cf5428@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265110478 21267 80.91.229.12 (2 Feb 2010 11:34:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Feb 2010 11:34:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 02 12:34:35 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NcH1Y-0007kI-3T for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2010 12:34:28 +0100 Original-Received: from localhost ([127.0.0.1]:60525 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcH1X-0006a2-7F for ged-emacs-devel@m.gmane.org; Tue, 02 Feb 2010 06:34:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcGOF-0006tQ-Sp for emacs-devel@gnu.org; Tue, 02 Feb 2010 05:53:51 -0500 Original-Received: from [199.232.76.173] (port=37263 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcGOE-0006t1-1p for emacs-devel@gnu.org; Tue, 02 Feb 2010 05:53:50 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcGOA-0003hj-Fu for emacs-devel@gnu.org; Tue, 02 Feb 2010 05:53:49 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:57267) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcGO9-0003hN-Nv for emacs-devel@gnu.org; Tue, 02 Feb 2010 05:53:46 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NcGO3-0005Ib-QY for emacs-devel@gnu.org; Tue, 02 Feb 2010 11:53:39 +0100 Original-Received: from 92.red-88-24-231.staticip.rima-tde.net ([88.24.231.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Feb 2010 11:53:39 +0100 Original-Received: from ofv by 92.red-88-24-231.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Feb 2010 11:53:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 92.red-88-24-231.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) Cancel-Lock: sha1:5PevDLi3b32JHOFlks2OdvOByyQ= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120816 Archived-At: "Shaowei Wang (wsw)" writes: > I can not use the following command to bzr the emacs repos: > bzr branch http://bzr.savannah.gnu.org/r/emacs/trunk > > The bzr eat up so many memory and take my whole system down. You forgot one key piece of information: how much memory your system has? bzr 2.0.4 will use approx. 1GB of resident memory while branching emacs with http. Branching from Launchpad with the bzr+ssh protocol requires about 600MB. For this, you must create an account on Launcpad, import a public ssh key there and: bzr lp-login your-launchpad-username bzr branch lp:emacs IIRC, bzr 2.1 (which is in RC stage) requires a few hundreds of MB less. OTOH, some people published tarballs of the emacs `trunk' branch. Links to them are here on the ml. > my bzr version is : > bzr --version > Bazaar (bzr) 2.0.4 > Python interpreter: /usr/bin/python 2.6.4 > Python standard library: /usr/lib/python2.6 > Platform: > Linux-2.6.32-ARCH-x86_64-AMD_Athlon-tm-_64_Processor_3200+-with-glibc2.2.5 > bzrlib: /usr/lib/python2.6/site-packages/bzrlib > Bazaar configuration: /home/wsw/.bazaar > Bazaar log file: /home/wsw/.bzr.log