diff options
author | Jesús <heckyel@hyperbola.info> | 2022-01-15 16:35:41 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-01-15 16:35:41 -0500 |
commit | 9c7add3600246ada5b4cbf2524b2b39568492858 (patch) | |
tree | 0dab6e34651d512527ca1a3d50bbc943e05defd3 | |
parent | 466d3c421320209d8fa4ad6faa85a6096249057a (diff) | |
download | emacs-personal-9c7add3600246ada5b4cbf2524b2b39568492858.tar.lz emacs-personal-9c7add3600246ada5b4cbf2524b2b39568492858.tar.xz emacs-personal-9c7add3600246ada5b4cbf2524b2b39568492858.zip |
Add performance read-process-output
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 () |