Increase GC threshold as recommended by lsp-mode
This commit is contained in:
parent
778af6876c
commit
7fe2e79f7f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue