From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: Emacs bzr memory footprint Date: Fri, 14 Oct 2011 14:13:44 +0200 Message-ID: References: <83fwix2osa.fsf@gnu.org> <0B3EE7A4-D0D6-4D1E-ADC4-0BEE68F179B2@mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1318594440 13375 80.91.229.12 (14 Oct 2011 12:14:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 Oct 2011 12:14:00 +0000 (UTC) Cc: Emacs devel To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 14 14:13:56 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1REgeA-0003af-J5 for ged-emacs-devel@m.gmane.org; Fri, 14 Oct 2011 14:13:54 +0200 Original-Received: from localhost ([::1]:41961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REgeA-0007Mh-2G for ged-emacs-devel@m.gmane.org; Fri, 14 Oct 2011 08:13:54 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REge4-0007MH-4m for emacs-devel@gnu.org; Fri, 14 Oct 2011 08:13:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REge1-0005us-D5 for emacs-devel@gnu.org; Fri, 14 Oct 2011 08:13:48 -0400 Original-Received: from mail-yx0-f175.google.com ([209.85.213.175]:48958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REge1-0005ub-9G for emacs-devel@gnu.org; Fri, 14 Oct 2011 08:13:45 -0400 Original-Received: by yxo30 with SMTP id 30so745147yxo.34 for ; Fri, 14 Oct 2011 05:13:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ilyV1m6lFI1CIfgEby7HYOlD7m5eThyZqB4QJnZGfuY=; b=gmrWj/YxXTXjmutfHRinA1r2rcb//HGFvT29L9ecI1i3jmJ7As3BGa8HIVOPbq82Ph tAzlZUVxL0gXOEnPAGoL/5pbFa/A7Rc9Hobeoemg/SBDLgr5M7z1bzcEP+nkUHnyMRPt XPDGp3a3Gu9egHo/xagCb+GtJPVi5KgOO+vC8= Original-Received: by 10.223.17.91 with SMTP id r27mr3607624faa.20.1318594424286; Fri, 14 Oct 2011 05:13:44 -0700 (PDT) Original-Received: by 10.152.14.65 with HTTP; Fri, 14 Oct 2011 05:13:44 -0700 (PDT) In-Reply-To: <0B3EE7A4-D0D6-4D1E-ADC4-0BEE68F179B2@mit.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145208 Archived-At: On Thu, Oct 13, 2011 at 10:18 PM, chad wrote: > > On Oct 13, 2011, at 6:13 AM, Carsten Mattner wrote: >> "opening and closing" means loading some source file (C, Erlang, >> Text, Haskell, M4, something else) and maybe erc-tls. Then after nuking >> all buffers and emacs using minimum 100 megs I wondered why no >> gc kicked in to reduce it by at least 30 megs (random number). > > A shot in the dark: Emacs' use of gnu-tls libraries is relatively new; > can you reproduce the behavior without invoking the tls libraries? > For example, try an emacs without using erc-tls, (and without gnus > or w3, if you use those)? I will try to use irssi instead and see what the difference is. For that I will disable loading any of the tls libs in init.el. Also I will try to use 'emacs -nw' for comparison. > If you use recentf, then you can mine 'recentf-list (or ~/.recentf) for > a list of files to load that probably just involve programming modes. I don't use recentf, but I do use ido and idomenu.