[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: memory leaks
From: |
Madhu |
Subject: |
Re: memory leaks |
Date: |
Fri, 20 Sep 2019 14:01:05 +0530 |
* Eli Zaretskii <mailman.572.1568967069.2190.help-gnu-emacs@gnu.org> :
Wrote on Fri, 20 Sep 2019 11:11:11 +0300:
>> From: Madhu <enometh@meer.net>
>> Date: Fri, 20 Sep 2019 12:53:46 +0530
>> There is obviously some memory leak in emacs and I don't know how to
>> trace the culprit. Emacs lops up 2GB RSS: ps axuw |grep emacs
>>
>> USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
>> madhu 5434 6.9 54.2 2235612 2115564 ? SNsl Sep19 66:42 emacs
>> --daemon --debug-init
>
> Which version of Emacs? If this is a development snapshot, when was
> it built?
Sorry I neglected to include that info: it is master from around
20-Aug-2019: (commit 08d7cab)
GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw scroll
bars) of 2019-08-20
If there isn't a known problem I'd still appreciate a clue or two in
trying to figure out what the problem is.