From 9c7add3600246ada5b4cbf2524b2b39568492858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 15 Jan 2022 16:35:41 -0500 Subject: [PATCH] Add performance read-process-output --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 3ba97de..d12dfb9 100644 --- a/init.el +++ b/init.el @@ -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 ()