From 434192837a0acdc4fecee9204352c40e63626820 Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 31 Jan 2021 15:10:23 +0100 Subject: Reduce garbage collection threshold --- emacs-init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs-init.org b/emacs-init.org index de5fbe3..c241fc9 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1680,7 +1680,7 @@ Give a message when Emacs does garbage collection and increase the thresholds fo (use-package emacs :custom (garbage-collection-messages t) - (gc-cons-threshold 800000000) + (gc-cons-threshold 80000000) (gc-cons-percentage 0.3)) #+end_src ** Desktop module -- cgit v1.2.3