From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 14 15:39:13 2020 Received: (at submit) by debbugs.gnu.org; 14 Sep 2020 19:39:13 +0000 Received: from localhost ([127.0.0.1]:56333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHuJk-0005Xl-UY for submit@debbugs.gnu.org; Mon, 14 Sep 2020 15:39:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:46458) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHuJX-0005XB-HS for submit@debbugs.gnu.org; Mon, 14 Sep 2020 15:39:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49110) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kHuJX-0006ov-6B for bug-guix@gnu.org; Mon, 14 Sep 2020 15:38:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58958) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kHuJU-000717-QF for bug-guix@gnu.org; Mon, 14 Sep 2020 15:38:58 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=33416 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kHuJU-0003fY-DL for bug-guix@gnu.org; Mon, 14 Sep 2020 15:38:56 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Subject: Emacs 27.1 memory consumption grows indefinitely X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 29 Fructidor an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 14 Sep 2020 21:38:47 +0200 Message-ID: <874ko0b12w.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, Since I upgraded to Emacs 27.1, its memory consumption grows without bounds, to the point that it gets OOM-killed after just a couple of hours (meaning that it=E2=80=99s used most of the 16G of RAM of my laptop!). Does that ring a bell to anyone? I have 50+ ^emacs- packages in my profile; any clues on what could be the cause before diving further? --8<---------------cut here---------------start------------->8--- $ guix package -I ^emacs$ emacs 27.1 out /gnu/store/ipgb6s3phz3n740xlcdzaxnbgvncdh11-emacs-2= 7.1 $ guix describe Generacio 157 Sep 10 2020 08:49:21 (nuna) guix 7090159 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 7090159c23d6345992ab976d71fefeb1583cfcdf $ uname -rm 5.8.8-gnu x86_64 --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99.