From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jose A Ortega Ruiz Newsgroups: gmane.emacs.devel Subject: Re: Implementing image support for kitty terminal Date: Fri, 09 Sep 2022 06:52:38 +0100 Message-ID: <874jxhxffd.fsf@mail.jao.io> References: <87v8pz18wf.fsf@mail.jao.io> <83o7vrgimc.fsf@gnu.org> <87wnafdnee.fsf@logand.com> <835yhzgdyi.fsf@gnu.org> <87k06den1s.fsf@logand.com> <87illxy5ir.fsf@mail.jao.io> <87sfl1d1wi.fsf@logand.com> <87czc5y1wp.fsf@mail.jao.io> <878rmtcwrv.fsf@logand.com> <87a679xx0v.fsf@mail.jao.io> <87wnad725g.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39993"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Tomas Hlavaty , Eli Zaretskii , emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 09 07:54:25 2022 Return-path: Envelope-to: ged-emacs-devel@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 1oWWy8-000AHt-SK for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Sep 2022 07:54:24 +0200 Original-Received: from localhost ([::1]:35652 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWWy7-0008Uq-Ur for ged-emacs-devel@m.gmane-mx.org; Fri, 09 Sep 2022 01:54:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49192) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWWwV-0006Q3-E0 for emacs-devel@gnu.org; Fri, 09 Sep 2022 01:52:43 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:37376) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWWwT-000892-Bo; Fri, 09 Sep 2022 01:52:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=L8FuZ1KF50M90vdRKFUAKsYKHp8LaSu3sKQN5dxvb8U=; b=NHxAv25MGWnQh4GLfOgM 2qYwoEriPhBFY7AdEuC1OR8hsn+rxyXLtJrG0gEIhAJZSCoU8R9qzybvlfyZ25Euno6C9gn1kjFmJ Y0fXFBFNz5CjexzxqIrb41VFdY9cAKE+1WJgOWTVAZqOz+WENeScpX7MUelqdvBjZc+IgyRtHFxNq 0YJW+1c4+ero1SM2/CEd61Wfg/uq1fJMiiMSURJT72+sD2pcxi2oEiUDUBh6gjFeIqTVyvkdVl/TA IBiCPRja6Xvzf0X4dcuTSwCNhyWhFTIwYkdz0ca4IH+0wK6qsmuSQ5n39c1J+1t5spXOds2NVFNeh 4RKhG8CcUhnh3A==; Original-Received: from cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net ([92.233.85.247]:41856 helo=rivendell.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWWwS-0007kl-TF; Fri, 09 Sep 2022 01:52:41 -0400 Original-Received: from localhost (rivendell.localdomain [local]) by rivendell.localdomain (OpenSMTPD) with ESMTPA id c4a14272; Fri, 9 Sep 2022 05:52:38 +0000 (UTC) In-Reply-To: <87wnad725g.fsf@yahoo.com> X-Attribution: jao X-Clacks-Overhead: GNU Terry Pratchett X-URL: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:295034 Archived-At: On Fri, Sep 09 2022, Po Lu wrote: > Jose A Ortega Ruiz writes: > >> On Fri, Sep 09 2022, Tomas Hlavaty wrote: >> >>> On Thu 08 Sep 2022 at 22:47, Jose A Ortega Ruiz wrote: >>>> After 4-5 days of continous use, a graphical emacs is consuming around >>>> 2Gb for me, sometimes 3Gb; emacs-nox+kitty, combined, with the same >>>> workload except displaying images, is under 500Mb. >>> >>> Which graphical emacs exactly? There are several options. >> >> all of them. 2Gb is usually for X11 with no-toolkit or lucid. gtk is >> easily in the 2.5Gb. in wayland with pgtk, we're on the 3Gb range. and >> it doesn't seem to be bounded: every day of usage will add footprint (i >> usually restart because i compile every week or so). > > Would you please run Emacs inside Masstif (if you have a sufficiently > large machine) for that amount of time, and find out what is allocating > so much memory? pardon my ignorance: what's masstif? search engines are giving me back just pictures of dogs! thanks, jao -- I shall be telling this with a sigh / Somewhere ages and ages hence: / Two roads diverged in a wood, and I -- / I took the one less traveled by, / And that has made all the difference. -Robert Frost, poet (1874-1963)