Raise gcmh-high-cons-threshold to default (~1gb)

This could potentially cause stuttering for long lived sessions where
the user takes few breaks, but could yield great performance benefits in
the shorter term. We'll have to experiment.
This commit is contained in:
Henrik Lissner 2021-04-18 23:00:18 -04:00
parent a25582f9a8
commit 86fd6c6214

View file

@ -285,7 +285,6 @@ config.el instead."
;; Adopt a sneaky garbage collection strategy of waiting until idle time to
;; collect; staving off the collector while the user is working.
(setq gcmh-idle-delay 5
gcmh-high-cons-threshold (* 16 1024 1024) ; 16mb
gcmh-verbose doom-debug-p)
;; Emacs "updates" its ui more often than it needs to, so we slow it down