From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: Memory again Date: Fri, 6 Jan 2012 12:10:47 +0100 Message-ID: References: <71677AF5-0EE7-426E-B8FA-C2782B3CC36C@swipnet.se> <6F8FEE75-2ED4-45A7-85B9-305EE51B5A04@swipnet.se> 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 1325848259 17732 80.91.229.12 (6 Jan 2012 11:10:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2012 11:10:59 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 06 12:10:55 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 1Rj7hF-0007Fi-MH for ged-emacs-devel@m.gmane.org; Fri, 06 Jan 2012 12:10:54 +0100 Original-Received: from localhost ([::1]:34105 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rj7hE-0008QH-T9 for ged-emacs-devel@m.gmane.org; Fri, 06 Jan 2012 06:10:52 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:36227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rj7hC-0008QC-6C for emacs-devel@gnu.org; Fri, 06 Jan 2012 06:10:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rj7hB-0000cS-3A for emacs-devel@gnu.org; Fri, 06 Jan 2012 06:10:50 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:58310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rj7hB-0000cJ-03 for emacs-devel@gnu.org; Fri, 06 Jan 2012 06:10:49 -0500 Original-Received: by iacb35 with SMTP id b35so2931546iac.0 for ; Fri, 06 Jan 2012 03:10:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=pMtJy23SXIiHOkzWsw7ZuK24STiMwM/o+rPRdb+7ZNE=; b=Pz6UweFXzqo3B47TC1V86Exr0qKewsK8oanBDjqzWrGlaydENoBto0DsKiXnxHlPcr 1jT/7mY04wjcDgLaufDoi9Df9kI9CYt8EnLgsMzi+THbn8yEsB5+jFGu9qfqoeVAU95S DD2L1Vd8HWHs9VmK5LyoY7hAXffJE40g2tFfM= Original-Received: by 10.50.163.101 with SMTP id yh5mr6814207igb.29.1325848247987; Fri, 06 Jan 2012 03:10:47 -0800 (PST) Original-Received: by 10.50.106.132 with HTTP; Fri, 6 Jan 2012 03:10:47 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.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:147394 Archived-At: > On Fri, Jan 6, 2012 at 12:37 AM, Jan Dj=E4rv wrote: > Hello. > > I see this increase also. =A0Memory does not seem to be given back to the= system > on OSX. Maybe we should try using gmalloc on OSX. =A0There is problem how= ever, > the unexec for OSX uses a special malloc for temacs and the normal one fo= r the > dumped emacs. =A0I'm not even sure gmalloc works on OSX. Count me in for any testing of experimental changes. It would be best to use a common scriptlet for collecting the statistics to compare. Jan, thanks again for fixing the crashes I was seeing. So far no crashes, even with Ido enabled, encountered. Fingers crossed. Huge thanks!