Optimise
This commit is contained in:
10
lisp/init-gc.el
Normal file
10
lisp/init-gc.el
Normal file
@@ -0,0 +1,10 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
|
||||
(use-package gcmh
|
||||
:init
|
||||
(gcmh-mode 1)
|
||||
:config
|
||||
(setq gcmh-high-cons-threshold #x6400000))
|
||||
|
||||
(provide 'init-gc)
|
||||
Reference in New Issue
Block a user