gcmh-high-cons-threshold = 16mb #2378
In an attempt to fix stuttering after long term interactive use.
This commit is contained in:
parent
2c9715c5d1
commit
0bc7fc1ab8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue