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
Checking the server logs, there is the error - "Write failed .... Error: EMFILE, Too many open files".
A workaround would be to break your zip file into smaller chunks before uploading.
The real fix will be either to figure out how to ask the AWS instance to allow more open files or to get node.js to do the unzip without keeping so many files open.
You are right, the issue is due to the large number of files included into the zip file. Move over, if i try to upload these files without ziping them before, it only uploads some of the files, and i get an error message.
I'll break the zip file into smaller chunks as you suggested.
Hi,
I'm finding some problems when I try to upload a zip file. It does not extract all files.
The text was updated successfully, but these errors were encountered: