maxConcurrency: 8
This commit is contained in:
parent
d0aada55c1
commit
613c1273b8
|
@ -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: 32,
|
||||
maxConcurrency: 8,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue