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

Javascript heap out of memory #1

Open
mmohtta opened this issue Dec 13, 2017 · 2 comments
Open

Javascript heap out of memory #1

mmohtta opened this issue Dec 13, 2017 · 2 comments

Comments

@mmohtta
Copy link

mmohtta commented Dec 13, 2017

While trying to archive large directory gives js heap out of memory error,

@mmohtta
Copy link
Author

mmohtta commented Dec 19, 2017

No reply Yet?

@BenMesirowCorista
Copy link
Contributor

@mmohtta I am having the same issue. Trying to archive files > 2GB causes the following error: RangeError: Array buffer allocation failed. I believe, based on my debugging so far and the traceback from the error in the console, that calling finalize() triggers some internal event in node that tries to create a buffer the same size as the file, which in the case of large files causes a js heap OOM error.

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