]> git.eshelyaron.com Git - emacs.git/commitdiff
; One more improvement to ELisp "internals" appendix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Mar 2023 17:30:06 +0000 (19:30 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Mar 2023 17:30:06 +0000 (19:30 +0200)
doc/lispref/internals.texi

index 428d016b274208480482fd867e7698837177a68a..e896c69bc38d6334f2a0d77af028484093723632 100644 (file)
@@ -566,7 +566,8 @@ recommend against increasing the threshold for prolonged periods of
 time, and advise that you never set it higher than needed for the
 program to run in reasonable time.  Using thresholds higher than
 necessary could potentially cause higher system-wide memory pressure,
-and should therefore be avoided.
+and also make each garbage-collection cycle take much more time, and
+should therefore be avoided.
 
 You can make collections more frequent by specifying a smaller value, down
 to 1/10th of @code{GC_DEFAULT_THRESHOLD}.  A value less than this minimum