Increase GC threshold

This commit is contained in:
syl20bnr 2014-09-20 23:07:44 -04:00
parent 0b199f47b1
commit 5b2414be94

View file

@ -113,6 +113,8 @@
(setq save-place-file (expand-file-name ".places" user-emacs-directory))
;; keep buffers opened when leaving an emacs client
(setq server-kill-new-buffers nil)
;; increase memory threshold for GC
(setq gc-cons-threshold 20000000)
;; ;; save a bunch of variables to the desktop file
;; ;; for lists specify the len of the maximal saved data also