Skip to content
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

Closed
anlexN opened this issue Oct 2, 2017 · 4 comments
Closed

how many size do big-json support json? #3

anlexN opened this issue Oct 2, 2017 · 4 comments

Comments

@anlexN
Copy link

anlexN commented Oct 2, 2017

@DonutEspresso

@DonutEspresso
Copy link
Owner

@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.

@anlexN
Copy link
Author

anlexN commented Oct 6, 2017

where can i find the value of max_old_space_size. @DonutEspresso

@DonutEspresso
Copy link
Owner

You can specify it when you start your node process.

$node --max_old_space_size=4096

Some more information is available in this thread:
nodejs/node#7937

@anlexN
Copy link
Author

anlexN commented Oct 15, 2017

@DonutEspresso , how much is --max_old_space_size the allowed biggest value?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants