Lower gc-cons-{threshold,percentage} (fix gc pauses)
This commit is contained in:
parent
4f3b235c0a
commit
46fa7af964
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ enable multiple minor modes for the same regexp.")
|
|||
(require 'core-keybinds))) ; centralized keybind system + which-key
|
||||
|
||||
(add-hook! 'window-setup-hook
|
||||
(setq gc-cons-threshold 67108864
|
||||
gc-cons-percentage 0.2))
|
||||
(setq gc-cons-threshold 16777216
|
||||
gc-cons-percentage 0.1))
|
||||
|
||||
(provide 'core)
|
||||
;;; core.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue