From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: emacs resource usage Date: Thu, 30 Sep 2004 14:36:54 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <690610D3-12DD-11D9-A576-000D93505B76@swipnet.se> References: <415AA6A1.6060906@redhat.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1096547862 22288 80.91.229.6 (30 Sep 2004 12:37:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Sep 2004 12:37:42 +0000 (UTC) Cc: Mathieu Chouquet-Stringer , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 30 14:37:33 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CD0Bg-00031o-00 for ; Thu, 30 Sep 2004 14:37:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CD0I4-00020w-P2 for ged-emacs-devel@m.gmane.org; Thu, 30 Sep 2004 08:44:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CD0Hu-00020r-Vf for emacs-devel@gnu.org; Thu, 30 Sep 2004 08:43:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CD0Hu-00020f-Il for emacs-devel@gnu.org; Thu, 30 Sep 2004 08:43:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CD0Hu-00020c-G7 for emacs-devel@gnu.org; Thu, 30 Sep 2004 08:43:58 -0400 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CD0BH-0006aO-JZ for emacs-devel@gnu.org; Thu, 30 Sep 2004 08:37:07 -0400 Original-Received: from coolsville.localdomain ([213.115.26.74] [213.115.26.74]) by mxfep01.bredband.com with ESMTP id <20040930123706.FZKV3239.mxfep01.bredband.com@coolsville.localdomain>; Thu, 30 Sep 2004 14:37:06 +0200 In-Reply-To: Original-To: Jens Petersen X-Mailer: Apple Mail (2.619) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27698 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27698 >> Has anyone here tested emacs X resource usage with xrestop say. >> >> Mathieu reported that Emacs 21.3 and cvs --with-gtk seems to leak >> memory >> considerably when displaying graphics. >> >> http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=120677 >> >> Probably something worth investigating more. > > Have you tried lowering the value of image-cache-eviction-delay? > Try a couple of minutes. Also see if evaling (clear-image-cache t) lowers the resource usage. It would tell if the resources are really lost or just not emptied from the cache. Jan D.