Hacker News new | ask | show | jobs
by adchari 867 days 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)

1 comments

The refinement in https://news.ycombinator.com/item?id=39191012 seems useful.