feat(emacs): Increase GC cons max
This commit is contained in:
@@ -10,8 +10,8 @@
|
|||||||
(setq use-package-compute-statistics t)
|
(setq use-package-compute-statistics t)
|
||||||
|
|
||||||
(setq gc-cons-threshold
|
(setq gc-cons-threshold
|
||||||
;; (4 gibibytes)
|
;; (6 gibibytes)
|
||||||
(* 4 (expt 1024 3)))
|
(* 6 (expt 1024 3)))
|
||||||
|
|
||||||
;; By default, Emacs will cache compilation artifacts in my personal config
|
;; By default, Emacs will cache compilation artifacts in my personal config
|
||||||
;; directory — I'm not keen on that! Redirect it to a dedicated cache directory.
|
;; directory — I'm not keen on that! Redirect it to a dedicated cache directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user