From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: org-mode freezes sometimes Date: Tue, 19 Oct 2021 15:20:41 +0300 Message-ID: <83k0i9cijq.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40902"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 19 14:21:30 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mco7V-000AUS-M1 for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 19 Oct 2021 14:21:29 +0200 Original-Received: from localhost ([::1]:33474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mco7U-0006YA-1P for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 19 Oct 2021 08:21:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36440) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mco6l-0006Wi-Kt for help-gnu-emacs@gnu.org; Tue, 19 Oct 2021 08:20:45 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51368) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mco6l-0000qH-Bl for help-gnu-emacs@gnu.org; Tue, 19 Oct 2021 08:20:43 -0400 Original-Received: from [87.69.77.57] (port=4855 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mco6a-0003cn-1e for help-gnu-emacs@gnu.org; Tue, 19 Oct 2021 08:20:43 -0400 In-Reply-To: (message from Luca Ferrari on Tue, 19 Oct 2021 11:46:19 +0200) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:133884 Archived-At: > From: Luca Ferrari > Date: Tue, 19 Oct 2021 11:46:19 +0200 > > I'm running emacs 27.2 with prelude on top of it (if that matters). > Somehow, when I'm editing an org-mode file with images and code > blocks, the system works fine for a few minutes, and then it start > slowing down up to freezing for several seconds. Then it start > reacting well again, and then turns again slow and freezes, and so on. > Since the above does not suffice to diagnose the problem, what could I > start looking at to better inspect the cause of the problem? If you set garbage-collection-messages to a non-nil value, do you see messages saying "Garbage collecting..." when Emacs freezes?