diff --git a/core/core-cli.el b/core/core-cli.el index 22947b2d2..1ad144b5d 100644 --- a/core/core-cli.el +++ b/core/core-cli.el @@ -33,7 +33,8 @@ ;; The garbage collector isn't so important during CLI ops. A higher threshold ;; makes it 15-30% faster, but set it too high and we risk runaway memory usage ;; in longer sessions. -(setq gc-cons-threshold 134217728) ; 128mb +(setq gc-cons-threshold 134217728 ; 128mb + gc-cons-percentage 1.0) ;; Ensure errors are sufficiently detailed from this point on. (setq debug-on-error t)