11 ms·
I've done this for a while, increasing the threshold and collecting every time I tab away from an emacs window (setq gc-cons-threshold 100000000) (add-function
by adchari 3y ago
I've done this for a while, increasing the threshold and collecting every time I tab away from an emacs window
(setq gc-cons-threshold 100000000)
(add-function :after after-focus-change-function 'garbage-collect)
- kazinator 3y agoThe refinement in https://news.ycombinator.com/item?id=39191012 https://news.ycombinator.com/item?id=39191012 seems useful.