]> git.earman.xyz Git - emacsinit.git/commitdiff
Up the gc-cons-threshhold
authorrearman <rearman@r717.net>
Mon, 17 Jun 2024 19:56:24 +0000 (15:56 -0400)
committerrearman <rearman@r717.net>
Mon, 17 Jun 2024 19:56:24 +0000 (15:56 -0400)
early-init.el

index 1ef1370a902f28860ba7339628150a9c1f81bc52..ec168c0fc43fa1952e6d9e40eb0b91847e471525 100644 (file)
@@ -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)))