You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
While trying to archive large directory gives js heap out of memory error,
The text was updated successfully, but these errors were encountered: