Searched full:jobs (Results 1 – 10 of 10) sorted by relevance
40 var numJobs = flag.Int("j", 0, "number of parallel jobs [0=autodetect]")242 var jobs = *numJobs243 if jobs < 1 {244 jobs = runtime.NumCPU() / 4247 if ramJobs := ramGb / 30; ramGb > 0 && jobs > ramJobs {248 jobs = ramJobs251 if jobs < 1 {252 jobs = 1255 log.Verbosef("Using %d parallel jobs", jobs)341 for i := 0; i < jobs; i++ {
9 jobs:
29 // Number of jobs Ninja will run in parallel.
189 // Number of jobs Ninja will run in parallel.
115 // Used only when USE_GOMA=true is set, to restrict non-goma jobs to the local parallelism value
150 // jobs to the local parallelism value
710 …// When USE_GOMA=true is set and the rule is supported by goma, allow jobs to run outside the loca…
852 …is set very high (i.e. 500). Using a large value here would cause the total number of running jobs1029 // RemoteParallel controls how many remote jobs (i.e., commands which contain1030 // gomacc) are run in parallel. Note the parallelism of all other jobs is
25 jobs=1
406 // TODO: metalava pool rejects these jobs458 …// This metalava run uses lots of memory, restrict the number of metalava jobs that can run in par…