From 86fd6c6214f7e11d3469f099b64847d32d873ef1 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 18 Apr 2021 23:00:18 -0400 Subject: [PATCH] Raise gcmh-high-cons-threshold to default (~1gb) This could potentially cause stuttering for long lived sessions where the user takes few breaks, but could yield great performance benefits in the shorter term. We'll have to experiment. --- core/core.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core.el b/core/core.el index 3a4c69405..40a259bdd 100644 --- a/core/core.el +++ b/core/core.el @@ -285,7 +285,6 @@ config.el instead." ;; Adopt a sneaky garbage collection strategy of waiting until idle time to ;; collect; staving off the collector while the user is working. (setq gcmh-idle-delay 5 - gcmh-high-cons-threshold (* 16 1024 1024) ; 16mb gcmh-verbose doom-debug-p) ;; Emacs "updates" its ui more often than it needs to, so we slow it down