From 6dbf0e97465d937519cabf6e7ef2c1fc99b81697 Mon Sep 17 00:00:00 2001 From: kj Date: Tue, 7 Jun 2022 03:09:10 -0400 Subject: [PATCH] Increase lsp read-process-output-max to 3MB. --- configs/base-lsp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/base-lsp.el b/configs/base-lsp.el index 8785ab0..abeb4fc 100644 --- a/configs/base-lsp.el +++ b/configs/base-lsp.el @@ -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