From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63897 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus memory debugging? Date: Fri, 27 Oct 2006 02:13:36 +0300 Message-ID: <20061026231336.GA78835@gothmog.pc> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161925182 10959 80.91.229.2 (27 Oct 2006 04:59:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Oct 2006 04:59:42 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m12424@lists.math.uh.edu Fri Oct 27 06:59:34 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GdJoT-0000Qp-9Q for ding-account@gmane.org; Fri, 27 Oct 2006 06:59:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1GdJoA-0008G6-00; Thu, 26 Oct 2006 23:59:06 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1GdEQN-0007pY-00 for ding@lists.math.uh.edu; Thu, 26 Oct 2006 18:14:11 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1GdEQN-00066K-2w for ding@lists.math.uh.edu; Thu, 26 Oct 2006 18:14:11 -0500 Original-Received: from igloo.linux.gr ([62.1.205.36]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GdEQK-0006vi-00 for ; Fri, 27 Oct 2006 01:14:08 +0200 Original-Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id k9QNDD6Z024265 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 27 Oct 2006 02:13:24 +0300 Original-Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.8/8.13.8) with ESMTP id k9QNDjWh078872; Fri, 27 Oct 2006 02:13:48 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-Received: (from giorgos@localhost) by gothmog.pc (8.13.8/8.13.8/Submit) id k9QNDbVs078871; Fri, 27 Oct 2006 02:13:37 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Original-To: joakim@verona.se Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.552, required 5, AWL -0.15, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No X-Spam-Score: -2.3 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63897 Archived-At: On 2006-10-23 15:02, joakim@verona.se wrote: > My emacs starts at about 120mb virtual. That's an awful lot of memory! Emacs fires up with 11-12 MB of virtual size here, and I'm running a debugging build of FreeBSD, including a debugging version of the system malloc() implementation. A typical run of CVS Emacs looks like: ,-------------------------------------------------------------------------- | PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND | 78843 giorgos 1 -8 0 11640K 10288K piperd 0:00 1.03% emacs `-------------------------------------------------------------------------- Which version of Emacs are you using? On which platform? How was it installed?