Searched defs:maxConcurrentWorkers (Results 1 – 3 of 3) sorted by relevance
75 let child = workerFarm({ maxConcurrentWorkers: 1 }, childPath) property100 let child = workerFarm({ maxConcurrentWorkers: 2 }, childPath) property125 let child = workerFarm({ maxConcurrentWorkers: 10 }, childPath) property146 let child = workerFarm({ maxConcurrentWorkers: 3, autoStart: true }, childPath, ['uptime']) property173 maxConcurrentWorkers: 1 property203 maxConcurrentWorkers: 1 property232 maxConcurrentWorkers: 1 property268 maxConcurrentWorkers: 1 property305 maxConcurrentWorkers: 1 property344 let child = workerFarm({ maxConcurrentWorkers: 2 }, childPath, [ 'killable' ]) property[all …]
6 maxConcurrentWorkers : require('os').cpus().length property
6 , maxConcurrentWorkers : (require('os').cpus() || { length: 1 }).length property