Large projects run out of node memory and can't preview or build #748
Labels
bug
Actual behavior does not match expected behavior
quire-11ty
This is an issue with the quire-11ty package
status:backlog
Issue is a lower priority but needs to eventually be addressed
workaround
Issue has a workaround
Before proceeding, check to make sure there isn’t an existing issue for this bug.
Steps to reproduce
Start with a project that has a lot of Markdown files and/or large images. Like this one with 500 markdown files:
test-size-limit.zip
Install the project dependencies (
npm install
) and then runquire preview
Actual behavior
The preview process stops before completing, with this error:
Expected behavior
The preview process should carry on and a preview site should display at http://localhost:8080/.
Version numbers
macOS Ventura 13.2.1
Node 18.16.0
Quire CLI 1.0.0-rc.7
What browsers are you seeing the problem on?
No response
Relevant Terminal/Shell output
No response
Supporting Information
See Discussion #742 for some more details.
See also the info we have posted in the Troubleshooting Quire docs to help users increase memory allocated to Node: https://quire.getty.edu/docs-v1/troubleshooting/#working-with-very-large-projects.
The text was updated successfully, but these errors were encountered: