Reformat gc optimization & gc on focus-out
Also raises the gc upper limit to 512mb
This commit is contained in:
parent
ddb03c6335
commit
20596cd41f
2 changed files with 18 additions and 11 deletions
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.")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue