From 963c7306b9a7e37bf2806f500ebbedad02ac0926 Mon Sep 17 00:00:00 2001 From: rearman Date: Mon, 17 Jun 2024 15:56:24 -0400 Subject: [PATCH] Up the gc-cons-threshhold --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 1ef1370..ec168c0 100644 --- a/early-init.el +++ b/early-init.el @@ -7,7 +7,7 @@ (setq gc-cons-threshold most-positive-fixnum gc-cons-percentage 0.6) -(add-hook 'after-init-hook #'(lambda () (setq gc-cons-threshold (* 1600 1000) +(add-hook 'after-init-hook #'(lambda () (setq gc-cons-threshold (* 1800 1000) gc-cons-percentage 0.1 garbage-collection-messages t))) -- 2.39.5