Limit static generation to 4 workers for Docker builds
All checks were successful
Build and Deploy / deploy (push) Successful in -29s
All checks were successful
Build and Deploy / deploy (push) Successful in -29s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,7 @@ const nextConfig: NextConfig = {
|
|||||||
output: "standalone",
|
output: "standalone",
|
||||||
staticPageGenerationTimeout: 300,
|
staticPageGenerationTimeout: 300,
|
||||||
experimental: {
|
experimental: {
|
||||||
|
cpus: 4,
|
||||||
staticGenerationMaxConcurrency: 8,
|
staticGenerationMaxConcurrency: 8,
|
||||||
staticGenerationMinPagesPerWorker: 25,
|
staticGenerationMinPagesPerWorker: 25,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user