-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
When running uv sync with huge workspace (90+ subprojects) uv fails with "too many open files" when the default ulimit for number of opened file descriptors per process is used (256 is the default on MacOS).
Setting ulimit -n 2048 fixes the problem, however it would be great if uv respects the limit that is set per process and does not open more files than it can.
How to reproduce:
- Checkout https://github.com/apache/airflow
- Run
uv sync
Platform
MacOS
Version
uv 0.5.25 (9c07c3f 2025-01-28)
Python version
Python 3.11.10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working