maxConcurrency: 16

This commit is contained in:
tamaina 2024-07-17 16:53:34 +09:00
parent 613c1273b8
commit a80a7f6458
1 changed files with 1 additions and 1 deletions

View File

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