Increase lsp read-process-output-max to 3MB.
This commit is contained in:
parent
f8b5174274
commit
6dbf0e9746
@ -9,7 +9,7 @@
|
||||
|
||||
;; Performace tuning
|
||||
;; @see https://emacs-lsp.github.io/lsp-mode/page/performance/
|
||||
(setq read-process-output-max (* 1024 1024)) ;; 1MB
|
||||
(setq read-process-output-max (* 1024 (* 3 1024))) ;; 3MB
|
||||
(setenv "LSP_USE_PLISTS" "true")
|
||||
|
||||
(use-package lsp-mode
|
||||
|
Loading…
Reference in New Issue
Block a user