Searched defs:MAX_JOBS (Results 1 – 2 of 2) sorted by relevance
19 set(MAX_JOBS "$ENV{MAX_JOBS}") variable27 set(MAX_JOBS 2) variable
43 MAX_JOBS = int(os.getenv('MAX_JOBS', (multiprocessing.cpu_count() * 2 if VIRTUAL_TIME else 10))) variable