maxConcurrency: 16
This commit is contained in:
parent
613c1273b8
commit
a80a7f6458
|
@ -216,5 +216,5 @@ module.exports = {
|
|||
logHeapUsage: true, // To debug when out-of-memory happens on CI
|
||||
workerIdleMemoryLimit: '1GiB', // Limit the worker to 1GB (GitHub Workflows dies at 2GB)
|
||||
|
||||
maxConcurrency: 8,
|
||||
maxConcurrency: 16,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue