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

Problems uploading files #16

Open
jjjmartos opened this issue Jun 19, 2012 · 2 comments
Open

Problems uploading files #16

jjjmartos opened this issue Jun 19, 2012 · 2 comments

Comments

@jjjmartos
Copy link

Hi,

I'm finding some problems when I try to upload a zip file. It does not extract all files.

@paulb777
Copy link
Owner

This looks like an issue with large zip files.

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.

@jjjmartos
Copy link
Author

Thanks for your quick response.

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.

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