Increase lsp read-process-output-max to 3MB.

This commit is contained in:
kj 2022-06-07 03:09:10 -04:00
parent f8b5174274
commit 6dbf0e9746
1 changed files with 1 additions and 1 deletions

View File

@ -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