Repo: After many website rebuilds, "FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory" #5718
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
package: website
Issues related to the @typescript-eslint website
repo maintenance
things to do with maintenance of the repo, and not with code/docs
Suggestion
Moving facebook/docusaurus#8142 over to this repo as it seems to be specific to our tooling.
Consistently when developing on the website (
yarn start
), after a dozen or two rebuilds, the JavaScript heap runs out of memory:Full stack trace here
This can generally be triggered by:
yarn start
.md
files maybe 10-20 times, allowing a rebuild after eachNote: I don't think this is the same issue as facebook/docusaurus#4765. This is about rebuilds crashing, not performance.
The text was updated successfully, but these errors were encountered: