bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#43389: 28.0.50; Emacs memory leaks


From: DJ Delorie
Subject: bug#43389: 28.0.50; Emacs memory leaks
Date: Tue, 17 Nov 2020 15:16:11 -0500

Florian Weimer <fweimer@redhat.com> writes:
> But how helpful would that be, given that malloc_info does not really
> show any inactive memory (discounting my 200 MiB hole)?

One doesn't know how helpful until after looking at the data.  If RSS is
going up fast, something is calling either sbrk or mmap.  If that thing
is malloc, a trace tells us if there's a pattern.  If that pattern
blames the lisp allocator, my job here is done ;-)






reply via email to

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