updates distributed service

This commit is contained in:
Zheyuan Wu
2025-10-24 15:58:12 -05:00
parent d8096410af
commit 05d5b92255
12 changed files with 224 additions and 19 deletions

View File

@@ -26,8 +26,8 @@ export default bundleAnalyzer(withNextra({
},
experimental: {
webpackMemoryOptimizations: true,
staticGenerationMaxConcurrency: 2, // try 13
staticGenerationMinPagesPerWorker: 1 // keep small
staticGenerationMaxConcurrency: 2, // try 13, default is 8
staticGenerationMinPagesPerWorker: 1 // keep small, default is 25
}
}))