bart icon indicating copy to clipboard operation
bart copied to clipboard

PARALLEL=1 can cause `make tests` to overload the machine

Open gdevenyi opened this issue 3 years ago • 1 comments

Parallel mode on tests can overload a machine due to the CPU/Memory load.

gdevenyi avatar Jun 23 '22 16:06 gdevenyi

Hi, this can be controlled with the environment variable PARALLEL_NJOBS. For example:

~/bart $ cat Makefile.local
PARALLEL=1
PARALLEL_NJOBS=2

jtamir avatar Jun 23 '22 16:06 jtamir