diff options
author | fpi | 2021-01-31 15:10:23 +0100 |
---|---|---|
committer | fpi | 2022-03-17 14:37:57 +0100 |
commit | 434192837a0acdc4fecee9204352c40e63626820 (patch) | |
tree | aad514fcb7b46f0d869bf2d732826be425c45472 | |
parent | Add magit forge support for private gitlab instances (diff) |
Reduce garbage collection threshold
-rw-r--r-- | emacs-init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index de5fbe3..c241fc9 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1680,7 +1680,7 @@ Give a message when Emacs does garbage collection and increase the thresholds fo (use-package emacs :custom (garbage-collection-messages t) - (gc-cons-threshold 800000000) + (gc-cons-threshold 80000000) (gc-cons-percentage 0.3)) #+end_src ** Desktop module |