From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Memory again Date: Fri, 09 Dec 2011 07:39:07 +0400 Message-ID: <4EE182DB.1000805@yandex.ru> References: <4ED0F945.5090805@yandex.ru> <83pqge7syw.fsf@gnu.org> <87mxb6tkji.fsf@wanadoo.es> <4EDDED4B.7030607@yandex.ru> <8362htbos6.fsf@gnu.org> <4EDF20A7.6090701@yandex.ru> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1323401953 32179 80.91.229.12 (9 Dec 2011 03:39:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 9 Dec 2011 03:39:13 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 09 04:39:09 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 1RYrIi-0002JN-JL for ged-emacs-devel@m.gmane.org; Fri, 09 Dec 2011 04:39:08 +0100 Original-Received: from localhost ([::1]:49342 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYrIi-0005da-2O for ged-emacs-devel@m.gmane.org; Thu, 08 Dec 2011 22:39:08 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYrIg-0005dP-45 for emacs-devel@gnu.org; Thu, 08 Dec 2011 22:39:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYrIe-0007KY-Rc for emacs-devel@gnu.org; Thu, 08 Dec 2011 22:39:06 -0500 Original-Received: from mail.dev.rtsoft.ru ([213.79.90.226]:56600) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RYrIe-0007J6-E5 for emacs-devel@gnu.org; Thu, 08 Dec 2011 22:39:04 -0500 Original-Received: (qmail 21456 invoked from network); 9 Dec 2011 03:39:01 -0000 Original-Received: from unknown (HELO ?192.168.5.146?) (192.168.1.70) by 0 with SMTP; 9 Dec 2011 03:39:01 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 213.79.90.226 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:146590 Archived-At: On 12/08/2011 09:30 PM, Carsten Mattner wrote: > Again, totally unscientific test without real instruments. > > On a fresh trunk --with-ns build: > > paste "(insert (apply #'concat (make-list 1000000 "test:1:oops\n")))" > to *scratch* and M-x eval-buffer: from 21.8MB to 55.8MB > > as this was *scratch*, open ~/.bashrc in another buffer and kill both > and it's down to 44.4MB > > M-x garbage-collect 32.9MB > > M-x garbage-collect, M-x garbage-collect: 29.2MB You should say M-x compilation-minor-mode for *scratch* - that's the point of this test case. Dmitry