We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File "/root/PycharmProjects/pythonProject/.venv/lib/python3.10/site-packages/watchdog/observers/inotify_c.py", line 415, in _raise_error raise OSError(errno.EMFILE, "inotify instance limit reached") OSError: [Errno 24] inotify instance limit reached
Steps to replicate : jurigged -v filename.py
OS : ubuntu 64 - running in arm64
The text was updated successfully, but these errors were encountered:
This might be related to watchdog in gorakhargosh/watchdog#846 with the number of project files you have 🤔
watchdog
Sorry, something went wrong.
No branches or pull requests
File "/root/PycharmProjects/pythonProject/.venv/lib/python3.10/site-packages/watchdog/observers/inotify_c.py", line 415, in _raise_error
raise OSError(errno.EMFILE, "inotify instance limit reached")
OSError: [Errno 24] inotify instance limit reached
Steps to replicate :
jurigged -v filename.py
OS : ubuntu 64 - running in arm64
The text was updated successfully, but these errors were encountered: