Add performance read-process-output

This commit is contained in:
Jesús
2022-01-15 16:35:41 -05:00
parent 466d3c4213
commit 9c7add3600

View File

@@ -35,6 +35,8 @@
(setq gc-cons-threshold 402653184
gc-cons-percentage 0.6)
(setq read-process-output-max (* 1024 1024)) ;; 1mb
;; Reset GC to normal values.
(add-hook 'emacs-startup-hook
(lambda ()