Add note and disable GCMH

This commit is contained in:
David
2025-08-27 16:59:57 -04:00
parent 8e573a4739
commit 707ae8ed9e

View File

@@ -74,9 +74,16 @@ replacement for defining configs and relations between packages etc.
*** Garbage Collection
This makes the garbage collection thresholds variable based on emacs
usage. I don't know how well this plays with LSPs or similarly RAM hungry
features. This was useful when I used a very restricted netbook w/ ~2GiB of
RAM.
Disabled for now. (May add flags to enable on specific systems)
#+begin_src elisp :tangle yes :exports code
(leaf gcmh :ensure t
:hook (after-init-hook))
; (leaf gcmh :ensure t
; :hook (after-init-hook))
#+end_src
*** Profiling