Increase GC threshold as recommended by lsp-mode

This commit is contained in:
Marcel Kapfer 2022-06-23 16:54:52 +02:00
parent 778af6876c
commit 7fe2e79f7f
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ Lock files don't play nice with npm.
As recommended by [[https://emacs-lsp.github.io/lsp-mode/page/performance/][lsp-mode]],
#+begin_src emacs-lisp
(setq gc-cons-threshold 100000000
(setq gc-cons-threshold (* 100 1024 1024)
read-process-output-max (* 1024 1024))
#+end_src