Update README.md

This commit is contained in:
James Cherti
2024-08-05 01:55:34 -04:00
parent 3a9ac0611a
commit 4c538f791e

View File

@@ -164,7 +164,9 @@ To activate gcmh-mode, add the following to the beginning of `~/.emacs.d/post-in
``` emacs-lisp
(use-package gcmh
:ensure t
:hook (emacs-init . gcmh-mode))
:hook (after-init . gcmh-mode)
:custom
(gcmh-low-cons-threshold minimal-emacs-gc-cons-threshold))
```
### How to increase gc-cons-threshold?