bart
bart copied to clipboard
PARALLEL=1 can cause `make tests` to overload the machine
Parallel mode on tests can overload a machine due to the CPU/Memory load.
Hi, this can be controlled with the environment variable PARALLEL_NJOBS. For example:
~/bart $ cat Makefile.local
PARALLEL=1
PARALLEL_NJOBS=2