unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "T.V. Raman" <tv.raman.tv@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>, emacs-devel@gnu.org
Subject: Memory Usage On Emacs 24 Lucid Linux:
Date: Wed, 14 Mar 2012 10:13:20 -0700	[thread overview]
Message-ID: <CADkJX2gJis8pJz-ZEWvFrAiwind==mmQZz7sqgCrHNB=LNuV1Q@mail.gmail.com> (raw)
In-Reply-To: <jwvy5r4vuen.fsf-monnier+emacs@gnu.org>

Stefan,

You were spot on --- I had HISTSIZE  set to infinity.

This is a setting I have had for the last 6+ years at work, I'll
append the shell configuration bits I was using to essentially
have an infinitely long history. It worked correctly until about
May 2011, which is when Emacs 24 built from git/bzr started
displaying the memory leak behavior we have been discussing.

I've removed these from my shell environemnt, and emacs 24 is
running happily with my full emacs environment loaded.

Below, I'll append the shell setup that caused the problem --
suspect just taking out histsize would have fixed it, but I'm
showing the set up here because I believe it would be valuable
for emacs folks who understand the bash interaction to come up
with a simpler, cleaner way of doing this.


export command_oriented_history=1
export history_control ignoredups
shopt -s histappend
export HISTSIZE=999999999
homeraman
home/raman
export TVR_SHELL_LOG=/home/raman/.jotlog/shell.log




On 3/13/12, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
>> After running emacs -q -- and then M-x shell, I see all of the
>> memory on the machine getting shewed up -- at least as reported
>> by free.
>
> Aha!
>
>> Shell: emacs -q M-x shell M-x memory-usage
>
>> Garbage collection stats:
>> ((54977 . 10205) (15045 . 0) (90 . 121) 417724 1000327014 (67 . 191)
>> (117 . 161) (25648 . 1043))
>
>>  =>	879632+163280 bytes in cons cells
>> 	722160+0 bytes in symbols
>> 	3600+4840 bytes in markers
>> 	1072+3056 bytes in floats
>> 	6552+9016 bytes in intervals
>> 	820736+33376 bytes in string headers
>> 	417724 bytes of string chars
>> 	417724 bytes of vector slots
>
>> Total bytes in lisp objects: 1003392058 (live 1003178490, dead 213568)
>
> OK, that's very helpful, it narrows it down a good deal.
> Now, all we have to figure out is how on earth does "M-x shell" create
> so many (or such large) vectors!
> Could it be you have $HISTSIZE set to a really large number?
>
>
>         Stefan
>



  parent reply	other threads:[~2012-03-14 17:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-12 20:13 Memory Usage On Emacs 24 Lucid Linux: T. V. Raman
2012-03-12 20:33 ` Stefan Monnier
2012-03-12 21:06   ` Eli Zaretskii
2012-03-13 23:44   ` T.V. Raman
2012-03-13 23:53   ` T.V. Raman
2012-03-14  1:55     ` Stefan Monnier
2012-03-14  2:24       ` T.V. Raman
2012-03-14 17:13       ` T.V. Raman [this message]
2012-03-14 17:47         ` Stefan Monnier
2012-03-15  8:19           ` Chong Yidong
2012-03-12 21:08 ` Eli Zaretskii
2012-03-13  3:51 ` Memory Usage On Emacs 24 Lucid what?: Richard Stallman
2012-03-13  7:19   ` Simon Leinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADkJX2gJis8pJz-ZEWvFrAiwind==mmQZz7sqgCrHNB=LNuV1Q@mail.gmail.com' \
    --to=tv.raman.tv@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).