emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 27 master consumes more memory than 26 and freezes regularly


From: Eli Zaretskii
Subject: Re: Emacs 27 master consumes more memory than 26 and freezes regularly
Date: Sat, 31 Aug 2019 19:30:00 +0300

> From: Akater <address@hidden>
> Date: Sat, 31 Aug 2019 15:46:13 +0000
> 
> I have built emacs 27 from master yesterday (2019-08-30). According to
> `ps u`, it cosumes at least 3 times more memory than emacs 26.3, soon
> after it's started, and regularly becomes irresponsive, several hours
> after start. Looks like it is always triggered by a user action, even if
> insignificant, i.e. emacs doesn't seem to freeze when idle. When it
> does, it makes the whole system significantly less responsive, and has
> to be killed.

I presume this is due to the unsolved issue with GC: once
gc-cons-threshold is set to a large value, it effectively disables GC
for the rest of the session, even if after that gc-cons-threshold is
reset back.  If some of your customizations do something like that,
try invoking GC manually, via "M-x garbage-collect RET", after
gc-cons-threshold is set back to its nominal value, and see if the
problem with memory consumption goes away.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]