Skip to content

Commit

Permalink
Tips on how to customize pipe-max-size
Browse files Browse the repository at this point in the history
  • Loading branch information
condy0919 committed May 23, 2024
1 parent 7828ddb commit f64f857
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

;; Increase how much is read from processes in a single chunk (default is 4kb).
;; `lsp-mode' benefits from that.
;;
;; `cat /proc/sys/fs/pipe-max-size` to check the max value.
(setq read-process-output-max (* 4 1024 1024))

(require 'package)
Expand Down

0 comments on commit f64f857

Please sign in to comment.