Add note and disable GCMH
This commit is contained in:
11
main.org
11
main.org
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user