maxConcurrency: 8

This commit is contained in:
tamaina 2024-07-17 16:58:55 +09:00
parent a80a7f6458
commit c2d084bac4
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: 16,
maxConcurrency: 8,
};