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: Observing lags or never ending processes Date: Mon, 12 Sep 2022 14:19:12 +0300 Message-ID: <83h71c96xb.fsf@gnu.org> References: <83bkrm9ype.fsf@gnu.org> <83v8pu8312.fsf@gnu.org> <83leqp8h11.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34904"; 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 Mon Sep 12 13:25:37 2022 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 1oXhZI-0008tw-24 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 12 Sep 2022 13:25:36 +0200 Original-Received: from localhost ([::1]:60370 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oXhZH-0000aP-0K for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 12 Sep 2022 07:25:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53040) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXhTL-0006RG-UQ for help-gnu-emacs@gnu.org; Mon, 12 Sep 2022 07:19:29 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37008) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oXhTL-00005e-Ld for help-gnu-emacs@gnu.org; Mon, 12 Sep 2022 07:19:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=GlkNCcgHtX7gJ7N/HAKY3nd38kj+KD5lEkrHRiXiXA8=; b=DQ/Rp9ZT9e4G Wb3NBC0qGO29ABSaL9MfWWJBHbV7dJlA7ij+tdF2eInmC1msOyXGhM7Z3PXlT//x03L9ZB9SxQFTJ T1q7Vtvb3O/cxlzdrz7MCkmo1USFwrJiVf/7gcw7Mr66KzkhehPe7um5VgVjWhuKknRIZ7KvcLUEk C1BmC6NgRy/59/Vsmfqk2i7SPxCL7Mxbyrinn0L/iQ9NxcrQY0JSPvt5n55rWg49ck+56bFOCyxuI e4EEaCSGhnCtYpmzP4BD0i3zfsrno6iES01r5HE4oTw3BJqbpE9OHMmF8gIQA9LUZZIFAZB/1yPGd i4/+a3sMcHN9EefANRpFww==; Original-Received: from [87.69.77.57] (port=2685 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 1oXhTK-0005S0-Gz for help-gnu-emacs@gnu.org; Mon, 12 Sep 2022 07:19:27 -0400 In-Reply-To: (message from Jean Louis on Mon, 12 Sep 2022 08:53:41 +0300) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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:139413 Archived-At: > Date: Mon, 12 Sep 2022 08:53:41 +0300 > From: Jean Louis > Cc: help-gnu-emacs@gnu.org > > > What is the VM size of that Emacs session, and how much VM does the > > system on which it runs have? > > What is VM? Virtual Memory. > How do I find VM? One way is "M-x proced RET", then look at the line of the Emacs process to see its current memory footprint. > I cannot find that term in Emacs Lisp manual. There are many terms that aren't in the Emacs manual. That doesn't mean they cannot be used in discussions here. > I have 3298 buffers now. Session is 5 days 11 hours 39 minutes. > > $ free > > total used free shared buff/cache available > Mem: 7936724 6804608 399896 213864 732220 528252 > Swap: 8388604 3557448 4831156 Doesn't look too bad to me, but how much of the "used" part is taken by Emacs? Use proced to find out.