From b3b61ebc90248fcb4e745971f0156b424266a9dd Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Date: Mon, 10 Mar 2025 15:16:47 -0600 Subject: [PATCH] feat(emacs): Increase GC cons max --- users/crumb/programs/emacs/early-init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/crumb/programs/emacs/early-init.el b/users/crumb/programs/emacs/early-init.el index 0fc0160..8b3d3ed 100755 --- a/users/crumb/programs/emacs/early-init.el +++ b/users/crumb/programs/emacs/early-init.el @@ -10,8 +10,8 @@ (setq use-package-compute-statistics t) (setq gc-cons-threshold - ;; (4 gibibytes) - (* 4 (expt 1024 3))) + ;; (6 gibibytes) + (* 6 (expt 1024 3))) ;; 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.