mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
gcmh-high-cons-threshold = 16mb #2378
In an attempt to fix stuttering after long term interactive use.
This commit is contained in:
@ -275,7 +275,8 @@ users).")
|
||||
(add-transient-hook! 'pre-command-hook (gcmh-mode +1))
|
||||
(with-eval-after-load 'gcmh
|
||||
(setq gcmh-idle-delay 10
|
||||
gcmh-verbose doom-debug-mode)
|
||||
gcmh-verbose doom-debug-mode
|
||||
gcmh-high-cons-threshold 16777216) ; 16mb
|
||||
(add-hook 'focus-out-hook #'gcmh-idle-garbage-collect)))
|
||||
|
||||
;; HACK `tty-run-terminal-initialization' is *tremendously* slow for some
|
||||
|
Reference in New Issue
Block a user