Process out of memory extracting material design icons
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!
hey @guybedford thanks for the issue I xposted on the google repo for the time being
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.
ok, cool so the size of the zip is clearly the issue here
@guybedford can you give this a try https://github.com/thejoshwolfe/yauzl
@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.