Increase GC threshold from 8 to 16mb
This commit is contained in:
parent
3f6bfee027
commit
8b7888d58f
1 changed files with 2 additions and 2 deletions
|
@ -181,8 +181,8 @@ with functions that require it (like modeline segments)."
|
||||||
this, you'll get stuttering and random freezes) and resets
|
this, you'll get stuttering and random freezes) and resets
|
||||||
`file-name-handler-alist'."
|
`file-name-handler-alist'."
|
||||||
(setq file-name-handler-alist doom--file-name-handler-alist
|
(setq file-name-handler-alist doom--file-name-handler-alist
|
||||||
gc-cons-threshold 8388608
|
gc-cons-threshold 16777216
|
||||||
gc-cons-percentage 0.1))
|
gc-cons-percentage 0.2))
|
||||||
|
|
||||||
(add-hook 'emacs-startup-hook #'doom|finalize)
|
(add-hook 'emacs-startup-hook #'doom|finalize)
|
||||||
(add-hook 'doom-reload-hook #'doom|finalize)
|
(add-hook 'doom-reload-hook #'doom|finalize)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue