Michael Tremer 72c39057b9 make.sh: Set parallelism to number of CPU cores
Setting it to something higher than the number of physical CPU cores was
a good idea when we used to have slow magnetic storage. That way, at
least there was always one process waiting for IO.

With modern fast flash-based storage, this does not hold any more since
it is fast enough that we don't need to have a couple of processes ready
to wait.

It will probably have made work for the scheduler more challenging since
more processes were ready and processes were moved around processors.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2021-07-05 07:42:39 +02:00
2021-07-05 07:42:39 +02:00
2021-06-28 16:12:21 +00:00
2021-06-22 13:36:40 +00:00
2021-06-28 16:12:21 +00:00
2021-07-05 07:42:39 +02:00
2021-07-05 07:42:39 +02:00
2020-12-03 07:50:41 +01:00
2021-03-10 14:42:37 +00:00
Description
No description provided
101 MiB
Languages
Perl 70.4%
Shell 23%
C 4%
Python 0.6%
Makefile 0.5%
Other 1.4%