(Emacs)~I don't know how to spell

This commit is contained in:
2022-09-14 00:54:19 +01:00
parent 9127bbca78
commit 5dff5a59ed

View File

@@ -107,7 +107,7 @@
(--powers-of-1024 (- n 1) (* 1024 start)))) (--powers-of-1024 (- n 1) (* 1024 start))))
(let ((mebibyte (--powers-of-1024 2 1))) (let ((mebibyte (--powers-of-1024 2 1)))
(setq gc-cons-threshold (* 100 membibyte) ; ~100MiB (setq gc-cons-threshold (* 100 mebibyte) ; ~100MiB
read-process-output-max (* 5 mebibyte))) ; ~5MiB read-process-output-max (* 5 mebibyte))) ; ~5MiB
(provide 'init) (provide 'init)