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

Feature request: better handling of large JSON files #27

Open
mjball opened this issue Mar 5, 2014 · 0 comments
Open

Feature request: better handling of large JSON files #27

mjball opened this issue Mar 5, 2014 · 0 comments

Comments

@mjball
Copy link

mjball commented Mar 5, 2014

I have a >500 megabyte JSON file which I would like to format, but underscore-cli dies almost immediately:

λ  ~  underscore -i results.json print > pretty_results.json
FATAL ERROR: CALL_AND_RETRY_0 Allocation failed - process out of memory

Presumably it's trying to malloc a large amount of memory. If so, some sort of streaming might be a viable solution.

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

1 participant