Skip to content

Commit

Permalink
Add even more commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Herklotz committed Jan 17, 2019
1 parent 14a1690 commit e45345e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion emacs/loader.org
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e45345e

Please sign in to comment.