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
I have a 5Mb sized file that needs to be processed, I've tried running it directly in node and it takes up to 21G of memory space in some transform processing.
However, in some of the processing, it may fail, so maybe it would be possible to save the data that was processed successfully? And use it again next time?
This issue is used to track things we need to improve to prevent:
Lossing data when the unminified code is larger than 5MB (the size limit from LocalStorage)
OOM
Save the data more frequently to avoid the transformation failing half way and losing all the code we get
originally from #35
This issue is used to track things we need to improve to prevent:
Performance improvement and potential tools to adopt #35
The text was updated successfully, but these errors were encountered: