Add sleep to shutting down jails.

This commit is contained in:
Tom Alexander
2024-07-07 18:09:15 -04:00
parent ab572079ac
commit f6152d92f1
14 changed files with 22 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
(setq gc-cons-threshold (* 128 1024 1024)) ;; Increase garbage collection threshold for performance (default 800000)
(setq gc-cons-threshold (* 128 1024 1024)) ;; 128MiB Increase garbage collection threshold for performance (default 800000)
;; Increase amount of data read from processes, default 4k
(when (version<= "27.0" emacs-version)
(setq read-process-output-max (* 1024 1024)) ;; 1mb
(setq read-process-output-max (* 10 1024 1024)) ;; 10MiB
)
;; Suppress warnings