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
|
*** 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
|
#+begin_src elisp :tangle yes :exports code
|
||||||
(leaf gcmh :ensure t
|
; (leaf gcmh :ensure t
|
||||||
:hook (after-init-hook))
|
; :hook (after-init-hook))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Profiling
|
*** Profiling
|
||||||
|
|||||||
Reference in New Issue
Block a user