godot/.github
Rémi Verschelde e1e22be3bc 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.

(cherry picked from commit ea21122575)
2022-07-18 10:25:42 +02:00
..
ISSUE_TEMPLATE Update issue templates 2019-09-04 15:29:05 -03:00
actions SCons: Default `num_jobs` to max CPUs minus 1 if not specified 2022-07-18 10:25:42 +02:00
workflows CI: Update Emscripten to 3.1.10 2022-05-16 16:38:50 +02:00
CODEOWNERS CODEOWNERS: Add some more owned files and fix team names 2021-02-16 14:27:39 +01:00