Replies: 2 comments
-
|
DVC 3.0.0 is no longer supported. Please update to the latest version and try. Also, DVC only supports Python >=3.9, so please update Python version as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@skshetry what i did was to increase system file descriptor limits. I tried doing a temporary increase using the current session |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting a
OSError: [Errno 24] Too many open fileswhen runningdvc addon a dataset with 50,000+ files. The error occurs consistently around the 10,000 file mark:My environment:
What I've tried:
ulimit -n 4096)dvc add --file .dvcto process in smaller batchesThe dataset structure:
How can I resolve this file descriptor limit issue and successfully add large file collections to DVC?
Beta Was this translation helpful? Give feedback.
All reactions