mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user