Files
.emacs.d/lisp/init-gc.el

11 lines
150 B
EmacsLisp
Raw Normal View History

2025-12-15 18:20:19 +11:00
;; -*- lexical-binding: t; -*-
(use-package gcmh
:init
(gcmh-mode 1)
:config
(setq gcmh-high-cons-threshold #x6400000))
(provide 'init-gc)