emacs-devel
[Top][All Lists]
Advanced

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

Re: Larger GC thresholds for non-interactive Emacs


From: Ihor Radchenko
Subject: Re: Larger GC thresholds for non-interactive Emacs
Date: Sun, 19 Jun 2022 17:23:44 +0800

Eli Zaretskii <eliz@gnu.org> writes:

> gc-cons-percentage is measured in units of 1, not in percents.  So the
> value of 1.0 means that the condition
>
>    heap_size * gc-cons-percentage >= gc-cons-threshold (= 0.8M)
>
> will become true whenever heap_size is 0.8MB, not 80MB.

Thanks! I was confused by "percentage" in the variable name.



reply via email to

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