-
Notifications
You must be signed in to change notification settings - Fork 200
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
OS error, too many open files while running pixi on a project first time #2626
Comments
workaround that has helped me before is increasing the ulimit: |
I think with newer versions of |
We are already trying to increase the ulimit at startup. If you run |
fyi @xela-95 this is probably related to the issue you were experiencing in ami-iit/comodo#23 (comment) . |
I don't think |
As far as I understand it there is a hard and soft limit. Pixi will never be able to set the value higher than the hard limit. |
On this PR (skops-dev/skops#451), if I remove
pixi.lock
and.pixi/envs
and try to runpixi run tests
I get the following error:pixi version:
So I'd need to generate the lock file step by step, bu commenting out most in this section
and then iteratively uncommenting them and re-running the pixi command to have them added to the lock file.
cc @glemaitre
The text was updated successfully, but these errors were encountered: