emacs-gc-stats
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stats


From: Björn Lindström
Subject: Re: Stats
Date: Wed, 13 Sep 2023 11:27:13 +0200
User-agent: Cyrus-JMAP/3.9.0-alpha0-745-g95dd7bea33-fm-20230905.001-g95dd7bea

On Wed, Sep 13, 2023, at 11:24, Ihor Radchenko wrote:
> Björn Lindström <bkhl@elektrubadur.se> writes:
>
>>> Then, your `savehist-file' should have a noticeable size, AFAIU.
>>> Is it the case?
>>
>> It's currently 44K on my work laptop.
>
> I see. Then, you are getting most of your GC from savehist :)
> But all the GCs are short - your use case has does not appear to have
> issues with GC.
>
> For reference, the attached is distribution of GC time and time between
> subsequent GCs for all your data.

Well, this isn't my normal usage to be fair, as I normally have this in my 
early-init.el:

(setq gc-cons-threshold (* 24 1024 1024))

I haven't tried it, but I'm guessing this will make it not necessarily need to 
GC on every 5 minute interval.

I removed this while running emacs-gc-stats, since as I read the request to run 
it, it should be done with default settings.

/ Björn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]