mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Lower gc-cons-{threshold,percentage} (fix gc pauses)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user