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

Process out of memory extracting material design icons #48

Open
guybedford opened this issue Aug 17, 2015 · 5 comments
Open

Process out of memory extracting material design icons #48

guybedford opened this issue Aug 17, 2015 · 5 comments

Comments

@guybedford
Copy link

If I download the zip file from the release at https://github.com/google/material-design-icons/releases/tag/2.0.0, and run that directly through the standard extraction from this readme, I get the following error in Node:

FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - process out of memory
Abort trap: 6

Any ideas on this one welcome!

@samccone
Copy link
Member

hey @guybedford thanks for the issue I xposted on the google repo for the time being

@guybedford
Copy link
Author

Thanks for the quick response, I don't think the bower version downloads the release zip file as far as I can tell? Otherwise I'd have thought this would be flagged already.

@samccone
Copy link
Member

ok, cool so the size of the zip is clearly the issue here

@samccone
Copy link
Member

@guybedford can you give this a try https://github.com/thejoshwolfe/yauzl

@guybedford
Copy link
Author

@samccone yeah that works perfectly actually. I did also try raising the memory limit here but it still ends up going over 1GB which seems odd for a 50MB file.

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

No branches or pull requests

2 participants