Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 49
FIle count limit? #17
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Describe the bug
I have a very large codebase that I was trying to vectorise. I get a
OSError: [Errno 24] Too many open files:error (plus a lot of follow on errors) . Is there a limit or a recommendation on how to handle larger legacy codebases?