This commit is contained in:
syuilo
2023-10-03 14:07:49 +09:00
parent 878e73cd37
commit ee3d40bc1b
2 changed files with 55 additions and 0 deletions

View File

@@ -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,
};