-
Notifications
You must be signed in to change notification settings - Fork 864
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
Adding thousands of files at once (EMFILE) #628
Comments
Is this error returned by go-ipfs? If yes then it is likely a bug in flatfs (I think so), opened ipfs/go-ds-flatfs#36. Can you try this on a node with badger datastore - |
@magik6k could you test if you have this error with the latest version? |
I'm assuming this should be done via the 'Files' screen. I can't add folders at all through there, it just fails with |
This bug was fixed on the latest version! Closing 😃 |
It seems that adding a directory with thousands of files on it can cause the
EMFILE: too many open files
error.Ref.: #624 (comment)
The text was updated successfully, but these errors were encountered: