godot/.github
Rémi Verschelde ea21122575 SCons: Default num_jobs to max CPUs minus 1 if not specified
This doesn't change the behavior when `--jobs`/`-j` is specified as a
command-line argument or in `SCONSFLAGS`.

The SCons hack used to know if `num_jobs` was set by the user is derived
from the MongoDB setup.

We use `os.cpu_count()` for portability (available since Python 3.4).

With 4 CPUs or less, we use the max. With more than 4 we use max - 1 to
preserve some bandwidth for the user's other programs.
2022-07-17 12:38:41 +02:00
..
actions SCons: Default num_jobs to max CPUs minus 1 if not specified 2022-07-17 12:38:41 +02:00
ISSUE_TEMPLATE Issue template: Fix link to CONTRIBUTING.md 2021-08-13 15:30:41 +02:00
workflows SCons: Default num_jobs to max CPUs minus 1 if not specified 2022-07-17 12:38:41 +02:00
CODEOWNERS Replace stb_vorbis with libogg+libvorbis 2021-09-09 19:39:04 -07:00
PULL_REQUEST_TEMPLATE.md Rewrite PR template to make it slightly less verbose 2022-06-28 16:11:54 +02:00