wip
This commit is contained in:
parent
878e73cd37
commit
ee3d40bc1b
2 changed files with 55 additions and 0 deletions
|
|
@ -216,4 +216,6 @@ module.exports = {
|
|||
maxWorkers: 1, // Make it use worker (that can be killed and restarted)
|
||||
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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue