doomemacs/lisp
Henrik Lissner 51a9745f38
perf: native-comp: use 1/4 of your cores instead of 1/2
The sudden spike in CPU and memory utilization alarms people, so I've
reduced how many cores native-comp will use. In non-interactive
sessions, it will use all of them, however (that is, when I later
introduce an AOT switch).

You can still override this by setting native-comp-async-jobs-number or
comp-num-cpus yourself.

I use advice instead of setting comp-num-cpus so that users to avoid
trampling on default behavior, or attempts by the user to change them.
2022-09-16 19:09:34 +02:00
..
cli fix(cli): remove redundant doom-env-file 2022-09-16 17:06:49 +02:00
lib refactor(lib): convert cli/autoloads.el to lib 2022-09-16 13:07:28 +02:00
doom-cli.el nit: minor comment revision and refactors 2022-09-16 17:01:57 +02:00
doom-editor.el nit: comment revision and formatting 2022-09-16 01:14:22 +02:00
doom-keybinds.el refactor!: redesign module init/config hooks 2022-09-16 01:14:22 +02:00
doom-lib.el fix(lib): ignore doom-compile-functions failures 2022-09-16 19:09:28 +02:00
doom-modules.el nit: minor comment revision and refactors 2022-09-16 17:01:57 +02:00
doom-packages.el nit: minor comment revision and refactors 2022-09-16 17:01:57 +02:00
doom-profiles.el fix(cli): reference to free variable id 2022-09-16 19:09:34 +02:00
doom-projects.el nit: comment revision and formatting 2022-09-16 01:14:22 +02:00
doom-start.el fix: menu-bar not disabled in some instances 2022-09-16 18:27:04 +02:00
doom-ui.el fix: disable UI elements earlier 2022-09-16 01:14:23 +02:00
doom.el perf: native-comp: use 1/4 of your cores instead of 1/2 2022-09-16 19:09:34 +02:00
packages.el bump: :core 2022-09-06 22:55:47 +02:00