aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/loader.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index 97744da..a501748 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -110,7 +110,10 @@ Use ~use-package~ to manage other packages, and improve load times.
: t
** GC Threshold
-Threshold for faster startup.
+
+Threshold for faster startup. This should increase the garbage collector's
+threshold at which it will start cleaning, so that it is not triggered during
+startup.
#+BEGIN_SRC emacs-lisp
(setq gc-cons-threshold 500000000)