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.devel Subject: Re: Question about (excessive?) ram usage when many overlays (with large vscroll) Date: Wed, 27 Apr 2022 18:44:13 +0300 Message-ID: <8335hycz02.fsf@gnu.org> References: <83zgk8kosb.fsf@gnu.org> <83wnfckme6.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10524"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: dalanicolai Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 27 17:45:30 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 1njjr7-0002dB-HO for ged-emacs-devel@m.gmane-mx.org; Wed, 27 Apr 2022 17:45:29 +0200 Original-Received: from localhost ([::1]:52518 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1njjr6-0001rv-Id for ged-emacs-devel@m.gmane-mx.org; Wed, 27 Apr 2022 11:45:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46490) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njjq3-00017u-Mz for emacs-devel@gnu.org; Wed, 27 Apr 2022 11:44:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:57986) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njjq3-0002YR-Eg; Wed, 27 Apr 2022 11:44:23 -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=vZdKA/T8qDzmcKoRcbkkQ/0jgoIIs65bnj3qCEXmvv4=; b=FczoXsEpWzM4 5ht5e6jWJKeY+jhujoUxsCr6U9H1opluNP4fSsqv5MtQG37y0OftDX+aRbIVLkcbKWS6fpZfS6aUs yBW9HAhJ78S3Ru3+QQwSkGvPL5vwntwQJXCzXTz7Oxw2LQsfydI1BvohXw9fZmPYplv9E6DTVrXs/ vJlsEIqAcseziycqK9tmY4sBIYkFqlKrYDhAVW7CJsaR4mp2282r2KKD+cKTwPPlhC9prqjUSPAaV 9EdhPInf2sobeIWgRxfkIITVo5Xy/l8Qys5lYNhBWpOEFOiL+klR/Mbfi8UB2q2wBCeroccpyn6Du BHnnFPQMIQcx8tiqwTwEtw==; Original-Received: from [87.69.77.57] (port=4999 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 1njjq2-0003pG-Tn; Wed, 27 Apr 2022 11:44:23 -0400 In-Reply-To: (message from dalanicolai on Wed, 27 Apr 2022 16:13:58 +0200) 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:288922 Archived-At: > From: dalanicolai > Date: Wed, 27 Apr 2022 16:13:58 +0200 > Cc: Emacs Devel > > If you are still interested in the GDB c-level backtrace, then of course I would be > happy to create it (or does your second mail mean you already did this?), No, I didn't get any backtraces, because it doesn't crash here. > but then I would need to find some time to read about how those > things work first. Anyway, if so, then let me know (I guess dealing with 'very large' > vscroll isn't really a priority, as this probably only occurs in 'designing' image-rolls). No need to invest time in problems that were solved, thanks.