Replies: 1 comment 1 reply
-
You should try upgrading to the latest version, and try Rspack. Also you get an OOM error so increasing the default nodejs memory could help. Otherwise it's really hard to help without a repro |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 have a moderately large site, with many (~1000) reference pages generated automatically outside Docusaurus from the XML output of Doxygen.
The pages are rendered ok, but most of the times I regenerate these pages while Docusaurus is started, it fails with lots of
EMFILE: too many open files
error, then thenode
instance crashes:Also a bit worrying are the webpack warnings.
My workaround is to stop Docusaurus before regenerating the reference pages, but this is quite tedious.
I'm using 3.6.3 on a macOS.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions