-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how many size do big-json support json? #3
Comments
@anlexN it will support any object that can be reconstructed in memory via a regular JSON.parse(). Usually this will be limited by the value of max_old_space_size specified for the process. |
where can i find the value of max_old_space_size. @DonutEspresso |
You can specify it when you start your node process.
Some more information is available in this thread: |
@DonutEspresso , how much is --max_old_space_size the allowed biggest value? |
@DonutEspresso
The text was updated successfully, but these errors were encountered: