mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Reformat gc optimization & gc on focus-out
Also raises the gc upper limit to 512mb
This commit is contained in:
2
init.el
2
init.el
@ -31,7 +31,7 @@
|
||||
"The default value to use for `gc-cons-threshold'. If you experience freezing,
|
||||
decrease this. If you experience stuttering, increase this.")
|
||||
|
||||
(defvar doom-gc-cons-upper-limit 268435456 ; 256mb
|
||||
(defvar doom-gc-cons-upper-limit 536870912 ; 512mb
|
||||
"The temporary value for `gc-cons-threshold' to defer it.")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user