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:
parent
a25582f9a8
commit
86fd6c6214
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue