Replies: 3 comments 2 replies
-
|
There is no specific page limit and we have seen complex sites with 20k+ pages already. I doubt allocating 90Gb of memory to your node process is a good idea, unless your system actually have such amount of memory. This might prevent the JS runtime to GC temporary objects as it thinks it has available memory while everything is swapping. Maybe try with a more reasonable number like 8GB, 12GB, 16GB? You might find this issue useful: #4765 Maybe you could use the Creating a runnable OSS repro could help me troubleshoot it. These upcoming |
Beta Was this translation helpful? Give feedback.
-
|
Thank you so much for the response 🙏 I've allocated 16GB this time and the exported the env variable |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've around 20k docs (pages) in my site which I'm trying to deploy, but the server is not getting started and don't even build. I've tested for 5 - 6 docs then it was working fine, but as soon as I have added all my files it didn't start and build. It is getting failed with the below error [1].
Any suggestion on how I can build 20k pages document site with docusaurus?
[1]
Beta Was this translation helpful? Give feedback.
All reactions