-
Notifications
You must be signed in to change notification settings - Fork 9
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
Too many open files #57
Comments
You don't say what OS or Docker provider you're on. I think you need to increase the max_user_watches. On linux:
|
Actually, it's probably the open filies, not the max_user_watches. See https://stackoverflow.com/questions/8965606/node-and-error-emfile-too-many-open-files In general, these are settings on the host side, but may involve the Docker provider. |
I have not seen that error before.
|
@bserem your original screenshot showed it doing watching on your .git directory. Whatever you're doing there... don't have it watch the .git directory. |
@rfay I do not have a .git directory in there, matter of fact, the I am using: My open files limit is 1024 |
Try raising the open files limit on host and see what happens |
When trying to add Cypress to a project, after running
cypress-open
I am getting the following issue more and more lately:After clicking try again it attempts to create
cypress.config.js
andcypress
folder but it fails with the following error in the terminal (almost identical):Stopping/starting docker doesn't solve the issue.
Tried downgrading to Cypress v13.15.2, no luck.
Is this related to cypress or to ddev? (or something else)
The text was updated successfully, but these errors were encountered: