From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: memory usage Date: Mon, 11 Jun 2007 22:36:30 +0200 Message-ID: <87ps4244a9.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181594223 22145 80.91.229.12 (11 Jun 2007 20:37:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2007 20:37:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 11 22:37:02 2007 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.50) id 1HxqdK-0002Fh-9K for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 22:37:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxqdJ-00049n-IZ for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2007 16:37:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxqdF-000499-JU for emacs-devel@gnu.org; Mon, 11 Jun 2007 16:36:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxqdD-00046B-QP for emacs-devel@gnu.org; Mon, 11 Jun 2007 16:36:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxqdD-00045u-Js for emacs-devel@gnu.org; Mon, 11 Jun 2007 16:36:55 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HxqdD-0005uS-6E for emacs-devel@gnu.org; Mon, 11 Jun 2007 16:36:55 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Hxqcw-0005DM-Dv for emacs-devel@gnu.org; Mon, 11 Jun 2007 22:36:38 +0200 Original-Received: from i577bc08f.versanet.de ([87.123.192.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jun 2007 22:36:38 +0200 Original-Received: from Stephen.Berman by i577bc08f.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jun 2007 22:36:38 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: i577bc08f.versanet.de User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:72645 Archived-At: With GNU Emacs 22.1.50.3 (i686-pc-linux-gnu, GTK+ Version 2.10.6) of 2007-06-03 on escher I have the impression, though I cannot be certain, that memory usage is greater than it had been with earlier builds. My current session has been running for 13+ hours; top shows: PID %MEM VIRT SWAP RES CODE DATA SHR nFLT nDRT S PR NI %CPU COMMAND 4707 54.5 623m 349m 274m 1476 602m 8336 8928 0 S 17 0 0.0 emacs 4015 10.5 145m 92m 52m 1516 114m 2596 1813 0 S 15 0 0.7 Xorg 6545 7.3 174m 137m 36m 9520 137m 9.9m 1047 0 S 15 0 0.0 firefox-bin and increasing steadily; about half an hour ago it was like this: 4707 44.9 551m 324m 226m 1476 529m 8576 5149 0 S 18 0 0.0 emacs 4015 10.7 141m 87m 53m 1516 110m 3260 1322 0 R 15 0 0.7 Xorg 6545 7.8 174m 134m 39m 9520 137m 11m 951 0 S 15 0 0.0 firefox-bin I currently have 28 buffers with a total size 4134853, 14 files, no processes. M-: (memory-use-counts) => (19357612 63265 4733430 80473 141277128 1753754 446815 4002874) M-: (memory-limit) => 754048 These are also increasing steadily (memory-full is still nil). Are these numbers within normal bounds or cause for concern? Steve Berman