Week 8
Milestones
✅ Documented approach to solve the memory exceeding problem while ingesting large files . Document Link
✅ Issue: Manage OOM Errors when ingesting large files > 1 GB
Contributions
🚀 Pull Request: Managing OOM error
Learnings
📝 Documented proper approach to be followed to avoid OOM errors and get it reviewed from my mentor , incase some changes are required .
📝 Learned a lot about the usage of streams in node to avoid loading all the data as a whole , instead doing it in chunks to handle memory usage .