From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: emacs user Newsgroups: gmane.emacs.devel Subject: Re: Memory again Date: Fri, 6 Jan 2012 17:53:44 +0200 Message-ID: References: <87lipkoqgu.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1325865236 13479 80.91.229.12 (6 Jan 2012 15:53:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2012 15:53:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 06 16:53:52 2012 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 1RjC76-0002Xu-9T for ged-emacs-devel@m.gmane.org; Fri, 06 Jan 2012 16:53:52 +0100 Original-Received: from localhost ([::1]:47755 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjC75-0006jf-UJ for ged-emacs-devel@m.gmane.org; Fri, 06 Jan 2012 10:53:51 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:33861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjC72-0006aH-GM for emacs-devel@gnu.org; Fri, 06 Jan 2012 10:53:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjC71-0006lP-4L for emacs-devel@gnu.org; Fri, 06 Jan 2012 10:53:48 -0500 Original-Received: from mail-we0-f169.google.com ([74.125.82.169]:35037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjC6z-0006kD-HJ; Fri, 06 Jan 2012 10:53:45 -0500 Original-Received: by werf1 with SMTP id f1so1577864wer.0 for ; Fri, 06 Jan 2012 07:53:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=JHHx952sfh6qJXL0f68Sc8C3ddHKOWDLJSGyTb1QZcs=; b=Md1t2jtcgMVtpXXBcRtyJJCCHFuZAwv0pizUjQ7WBk9HOLSOnFfb9VPRLcvJoSp9j2 eeqP3eyiMqJJCMxKZ5PzIYFCjawhyz4uaCy7VS2oKlh7bnTqq3qn+BA0Ax1kzhayLeC1 zGfQrTmInhC/HniHxvwFYbmmbydPnJGTkNzd8= Original-Received: by 10.216.139.156 with SMTP id c28mr3351899wej.34.1325865224489; Fri, 06 Jan 2012 07:53:44 -0800 (PST) Original-Received: by 10.216.170.138 with HTTP; Fri, 6 Jan 2012 07:53:44 -0800 (PST) In-Reply-To: <87lipkoqgu.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 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:147402 Archived-At: On Fri, Jan 6, 2012 at 4:28 PM, Chong Yidong wrote: > emacs user writes: > >> For whatever it's worth, I need to kill my emacs (GNU Emacs 24.0.92.1 >> x86_64-apple-darwin11.2.0, NS apple-appkit-1138.23) several times a >> day when it reached over 300mb or it will crash. =A0This memory usage is >> *after* I kill all buffers and do M-x garbage collect. =A0I submitted a >> couple of bug reports, please see >> http://lists.gnu.org/archive/html/bug-gnu-emacs/2011-12/msg00404.html >> am happy to do additional tests if anyone could guide me. > > Is your Emacs compiled with GnuTLS support? =A0If so, could you check if > it makes a difference compiling it without GnuTLS support? I tried: cd /usr/local/emacs/trunk; make clean; ./autogen.sh; ./configure --with-ns --without_gnutls; make install and this still leads to RSS growing even if I kill all buffers, and then to a crash. all it takes to see and reproduce this is to edit a large file, kill it, and see that memory does not reduce back even after M-x garbage-collect. Please see http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00206.html and note that aquamacs based on 23.3 does not seem to have this problem. please let me know if there is anything else I can do.